Html Css Color HEX #AFEA0F Inch Worm

📋 copy color: '#AFEA0F'

red 175 ◦ green 234 ◦ blue 15

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

Shades of Inch Worm #AFEA0F

Tints of Inch Worm #AFEA0F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.19%

 BLUE value IS 15 (6.25% from 255) = 3.54%

R = 41.27%
G = 55.19%
B = 3.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#AFEA0F (or 0xAFEA0F) is known color: Inch Worm. HEX triplet: AF, EA and 0F. RGB value is (175,234,15). Sum of RGB (Red+Green+Blue) = 175+234+15=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEA0F is #5015F0. Grayscale: #C0C0C0. Windows color (decimal): -5248497 or 1043119. OLE color: 1043119.

HSL color Cylindrical-coordinate representation of color #AFEA0F: hue angle of 76.16º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFEA0F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 15 -
CMYK 0.25 0 0.94 0.08
HSL 76.16º 0.88% 0.49% -
HSV(B) 76.16º 0.94% 0.92% -
XYZ 47.19 67.99 11.09 -
YUV 191.39 28.45 116.31 -
System Red Green Blue C M Y K H S L
Decimal 175 234 15 0.25 0 0.94 0.08 76.16 0.88 0.49
Hex AF EA F 19 0 5E 8 4C 58 31
Octal 257 352 17 31 0 136 10 114 130 61
Binary 10101111 11101010 1111 11001 0 1011110 1000 1001100 1011000 110001

Color Harmonies of #AFEA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA0F

Black with #AFEA0F

Text Example


Text Example

White with #AFEA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA0F; }

 p { color: rgb(175,234,15); }

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

background-color css

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

 a { background-color: rgb(175,234,15); }

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

border-color css

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

 span { border-color: rgb(175,234,15); }

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