Html Css Color HEX #AFF106 Spring Bud

📋 copy color: '#AFF106'

red 175 ◦ green 241 ◦ blue 6

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

Shades of Spring Bud #AFF106

Tints of Spring Bud #AFF106

RGB

 RED value IS 175 (68.75% from 255) = 41.47%

 GREEN value IS 241 (94.53% from 255) = 57.11%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 41.47%
G = 57.11%
B = 1.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#AFF106 (or 0xAFF106) is known color: Spring Bud. HEX triplet: AF, F1 and 06. RGB value is (175,241,6). Sum of RGB (Red+Green+Blue) = 175+241+6=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 241 (94.53% from 255 or 57.11% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF106 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF106 is #500EF9. Grayscale: #C3C3C3. Windows color (decimal): -5246714 or 455087. OLE color: 455087.

HSL color Cylindrical-coordinate representation of color #AFF106: hue angle of 76.85º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFF106 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 6 -
CMYK 0.27 0 0.98 0.05
HSL 76.85º 0.95% 0.48% -
HSV(B) 76.85º 0.98% 0.95% -
XYZ 49.17 72.04 11.49 -
YUV 194.48 21.63 114.11 -
System Red Green Blue C M Y K H S L
Decimal 175 241 6 0.27 0 0.98 0.05 76.85 0.95 0.48
Hex AF F1 6 1B 0 62 5 4D 5F 30
Octal 257 361 6 33 0 142 5 115 137 60
Binary 10101111 11110001 110 11011 0 1100010 101 1001101 1011111 110000

Color Harmonies of #AFF106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF106

Black with #AFF106

Text Example


Text Example

White with #AFF106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF106; }

 p { color: rgb(175,241,6); }

 H1.HeaderClassName
 {
   color: #AFF106;
 }
 .AnyTagClassName
 {
   color: #AFF106;
 }
</style>

background-color css

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

 a { background-color: rgb(175,241,6); }

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

border-color css

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

 span { border-color: rgb(175,241,6); }

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