Html Css Color HEX #AFF912 Spring Bud

📋 copy color: '#AFF912'

red 175 ◦ green 249 ◦ blue 18

#AFF912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #AFF912

Tints of Spring Bud #AFF912

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 value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#AFF912 (or 0xAFF912) is known color: 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

RGB 175 249 18 -
CMYK 0.30 0 0.93 0.02
HSL 79.22º 0.95% 0.52% -
HSV(B) 79.22º 0.93% 0.98% -
XYZ 51.66 76.91 12.69 -
YUV 200.54 24.98 109.78 -
System Red Green Blue C M Y K H S L
Decimal 175 249 18 0.30 0 0.93 0.02 79.22 0.95 0.52
Hex AF F9 12 1E 0 5D 2 4F 5F 34
Octal 257 371 22 36 0 135 2 117 137 64
Binary 10101111 11111001 10010 11110 0 1011101 10 1001111 1011111 110100

Color Harmonies of #AFF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF912

Black with #AFF912

Text Example


Text Example

White with #AFF912

Text Example


Text Example

HTML Codes & Css Web 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>