Html Css Color HEX #AFDA09 Inch Worm

📋 copy color: '#AFDA09'

red 175 ◦ green 218 ◦ blue 9

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

Shades of Inch Worm #AFDA09

Tints of Inch Worm #AFDA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.23%

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

R = 43.53%
G = 54.23%
B = 2.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#AFDA09 (or 0xAFDA09) is known color: Inch Worm. HEX triplet: AF, DA and 09. RGB value is (175,218,9). Sum of RGB (Red+Green+Blue) = 175+218+9=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA09 is #5025F6. Grayscale: #B6B6B6. Windows color (decimal): -5252599 or 645807. OLE color: 645807.

HSL color Cylindrical-coordinate representation of color #AFDA09: hue angle of 72.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFDA09 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 9 -
CMYK 0.20 0 0.96 0.15
HSL 72.34º 0.92% 0.45% -
HSV(B) 72.34º 0.96% 0.85% -
XYZ 42.8 59.28 9.44 -
YUV 181.32 30.75 123.49 -
System Red Green Blue C M Y K H S L
Decimal 175 218 9 0.20 0 0.96 0.15 72.34 0.92 0.45
Hex AF DA 9 14 0 60 F 48 5C 2D
Octal 257 332 11 24 0 140 17 110 134 55
Binary 10101111 11011010 1001 10100 0 1100000 1111 1001000 1011100 101101

Color Harmonies of #AFDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA09

Black with #AFDA09

Text Example


Text Example

White with #AFDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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