#AFF912

Color #AFF912 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #AFF912

Tints of Spring Bud #AFF912

Color information

#AFF912 (or 0xAFF912) is unknown color: approx Spring Bud. HEX triplet: AF, F9 and 12. RGB value is (175,249,18). Sum of RGB (Red+Green+Blue) = 175+249+18=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF912 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF912 is #5006ED. Grayscale: #C9C9C9. Windows color (decimal): -5244654 or 1243567. OLE color: 1243567.

HSL color Cylindrical-coordinate representation of color #AFF912: hue angle of 79.22º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFF912 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB17524918-
CMYK0.3000.930.02
HSL79.22º95.06%52.35%-
HSV(B)79.22º92.77%97.65%-
XYZ51.6676.9112.69-
YUV200.5424.98109.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 249 (97.66% from 255) = 56.33%
BLUE value IS 18 (7.42% from 255) = 4.07%
R=39.59%
G=56.33%
B=4.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175249180.3000.930.0279.2295.0652.35
HexAFF9121E05D24f5f34
Octal25737122360135211713764
Binary10101111111110011001011110010111011010011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF912; }

 p { color: rgb(175,249,18); }

 H1.HeaderClassName
 {
   color: #AFF912;
 }
 .AnyTagClassName
 {
   color: #AFF912;
 }
</style>
background-color css

<style>
 a { background-color: #AFF912; }

 a { background-color: rgb(175,249,18); }

 div.DivClassName
 {
   background-color: #AFF912;
 }
 .BgClassName
 {
   background-color: #AFF912;
 }
</style>
border-color css

<style>
 span { border-color: #AFF912; }

 span { border-color: rgb(175,249,18); }

 td.TdClassName
 {
   border-color: #AFF912;
 }
 .TagClassName
 {
   border-color: #AFF912;
 }
</style>