Html Css Color HEX #AFF209 Spring Bud

📋 copy color: '#AFF209'

red 175 ◦ green 242 ◦ blue 9

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

Shades of Spring Bud #AFF209

Tints of Spring Bud #AFF209

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.81%

 BLUE value IS 9 (3.91% from 255) = 2.11%

R = 41.08%
G = 56.81%
B = 2.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#AFF209 (or 0xAFF209) is known color: Spring Bud. HEX triplet: AF, F2 and 09. RGB value is (175,242,9). Sum of RGB (Red+Green+Blue) = 175+242+9=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 9 (3.91% from 255 or 2.11% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF209 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF209 is #500DF6. Grayscale: #C4C4C4. Windows color (decimal): -5246455 or 651951. OLE color: 651951.

HSL color Cylindrical-coordinate representation of color #AFF209: hue angle of 77.25º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFF209 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 9 -
CMYK 0.28 0 0.96 0.05
HSL 77.25º 0.93% 0.49% -
HSV(B) 77.25º 0.96% 0.95% -
XYZ 49.48 72.64 11.67 -
YUV 195.41 22.8 113.45 -
System Red Green Blue C M Y K H S L
Decimal 175 242 9 0.28 0 0.96 0.05 77.25 0.93 0.49
Hex AF F2 9 1C 0 60 5 4D 5D 31
Octal 257 362 11 34 0 140 5 115 135 61
Binary 10101111 11110010 1001 11100 0 1100000 101 1001101 1011101 110001

Color Harmonies of #AFF209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF209

Black with #AFF209

Text Example


Text Example

White with #AFF209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF209; }

 p { color: rgb(175,242,9); }

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

background-color css

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

 a { background-color: rgb(175,242,9); }

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

border-color css

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

 span { border-color: rgb(175,242,9); }

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