Html Css Color HEX #AFEB0C Inch Worm

📋 copy color: '#AFEB0C'

red 175 ◦ green 235 ◦ blue 12

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

Shades of Inch Worm #AFEB0C

Tints of Inch Worm #AFEB0C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.69%

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 41.47%
G = 55.69%
B = 2.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#AFEB0C (or 0xAFEB0C) is known color: Inch Worm. HEX triplet: AF, EB and 0C. RGB value is (175,235,12). Sum of RGB (Red+Green+Blue) = 175+235+12=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEB0C is #5014F3. Grayscale: #C0C0C0. Windows color (decimal): -5248244 or 846767. OLE color: 846767.

HSL color Cylindrical-coordinate representation of color #AFEB0C: hue angle of 76.14º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFEB0C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 12 -
CMYK 0.26 0 0.95 0.08
HSL 76.14º 0.9% 0.48% -
HSV(B) 76.14º 0.95% 0.92% -
XYZ 47.45 68.56 11.08 -
YUV 191.64 26.62 116.13 -
System Red Green Blue C M Y K H S L
Decimal 175 235 12 0.26 0 0.95 0.08 76.14 0.9 0.48
Hex AF EB C 1A 0 5F 8 4C 5A 30
Octal 257 353 14 32 0 137 10 114 132 60
Binary 10101111 11101011 1100 11010 0 1011111 1000 1001100 1011010 110000

Color Harmonies of #AFEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB0C

Black with #AFEB0C

Text Example


Text Example

White with #AFEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB0C; }

 p { color: rgb(175,235,12); }

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

background-color css

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

 a { background-color: rgb(175,235,12); }

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

border-color css

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

 span { border-color: rgb(175,235,12); }

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