Html Css Color HEX #AFEE0C Inch Worm

📋 copy color: '#AFEE0C'

red 175 ◦ green 238 ◦ blue 12

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

Shades of Inch Worm #AFEE0C

Tints of Inch Worm #AFEE0C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 56%

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

R = 41.18%
G = 56%
B = 2.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#AFEE0C (or 0xAFEE0C) is known color: Inch Worm. HEX triplet: AF, EE and 0C. RGB value is (175,238,12). Sum of RGB (Red+Green+Blue) = 175+238+12=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFEE0C is #5011F3. Grayscale: #C2C2C2. Windows color (decimal): -5247476 or 847535. OLE color: 847535.

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

Color convert

RGB 175 238 12 -
CMYK 0.26 0 0.95 0.07
HSL 76.73º 0.9% 0.49% -
HSV(B) 76.73º 0.95% 0.93% -
XYZ 48.32 70.29 11.37 -
YUV 193.4 25.63 114.88 -
System Red Green Blue C M Y K H S L
Decimal 175 238 12 0.26 0 0.95 0.07 76.73 0.9 0.49
Hex AF EE C 1A 0 5F 7 4D 5A 31
Octal 257 356 14 32 0 137 7 115 132 61
Binary 10101111 11101110 1100 11010 0 1011111 111 1001101 1011010 110001

Color Harmonies of #AFEE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE0C

Black with #AFEE0C

Text Example


Text Example

White with #AFEE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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