Html Css Color HEX #AFEA1C Inch Worm

📋 copy color: '#AFEA1C'

red 175 ◦ green 234 ◦ blue 28

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

Shades of Inch Worm #AFEA1C

Tints of Inch Worm #AFEA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 40.05%
G = 53.55%
B = 6.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#AFEA1C (or 0xAFEA1C) is known color: Inch Worm. HEX triplet: AF, EA and 1C. RGB value is (175,234,28). Sum of RGB (Red+Green+Blue) = 175+234+28=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA1C is #5015E3. Grayscale: #C1C1C1. Windows color (decimal): -5248484 or 1895087. OLE color: 1895087.

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

Color convert

RGB 175 234 28 -
CMYK 0.25 0 0.88 0.08
HSL 77.18º 0.83% 0.51% -
HSV(B) 77.18º 0.88% 0.92% -
XYZ 47.31 68.04 11.74 -
YUV 192.88 34.95 115.25 -
System Red Green Blue C M Y K H S L
Decimal 175 234 28 0.25 0 0.88 0.08 77.18 0.83 0.51
Hex AF EA 1C 19 0 58 8 4D 53 33
Octal 257 352 34 31 0 130 10 115 123 63
Binary 10101111 11101010 11100 11001 0 1011000 1000 1001101 1010011 110011

Color Harmonies of #AFEA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA1C

Black with #AFEA1C

Text Example


Text Example

White with #AFEA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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