Html Css Color HEX #AFDF0A Inch Worm

📋 copy color: '#AFDF0A'

red 175 ◦ green 223 ◦ blue 10

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

Shades of Inch Worm #AFDF0A

Tints of Inch Worm #AFDF0A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.66%

 BLUE value IS 10 (4.3% from 255) = 2.45%

R = 42.89%
G = 54.66%
B = 2.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#AFDF0A (or 0xAFDF0A) is known color: Inch Worm. HEX triplet: AF, DF and 0A. RGB value is (175,223,10). Sum of RGB (Red+Green+Blue) = 175+223+10=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF0A is #5020F5. Grayscale: #B9B9B9. Windows color (decimal): -5251318 or 712623. OLE color: 712623.

HSL color Cylindrical-coordinate representation of color #AFDF0A: hue angle of 73.52º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFDF0A is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 10 -
CMYK 0.22 0 0.96 0.13
HSL 73.52º 0.91% 0.46% -
HSV(B) 73.52º 0.96% 0.87% -
XYZ 44.12 61.91 9.91 -
YUV 184.37 29.6 121.32 -
System Red Green Blue C M Y K H S L
Decimal 175 223 10 0.22 0 0.96 0.13 73.52 0.91 0.46
Hex AF DF A 16 0 60 D 4A 5B 2E
Octal 257 337 12 26 0 140 15 112 133 56
Binary 10101111 11011111 1010 10110 0 1100000 1101 1001010 1011011 101110

Color Harmonies of #AFDF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF0A

Black with #AFDF0A

Text Example


Text Example

White with #AFDF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF0A; }

 p { color: rgb(175,223,10); }

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

background-color css

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

 a { background-color: rgb(175,223,10); }

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

border-color css

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

 span { border-color: rgb(175,223,10); }

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