Html Css Color HEX #AFEC1E Inch Worm

📋 copy color: '#AFEC1E'

red 175 ◦ green 236 ◦ blue 30

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

Shades of Inch Worm #AFEC1E

Tints of Inch Worm #AFEC1E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.51%

 BLUE value IS 30 (12.11% from 255) = 6.8%

R = 39.68%
G = 53.51%
B = 6.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#AFEC1E (or 0xAFEC1E) is known color: Inch Worm. HEX triplet: AF, EC and 1E. RGB value is (175,236,30). Sum of RGB (Red+Green+Blue) = 175+236+30=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC1E is #5013E1. Grayscale: #C3C3C3. Windows color (decimal): -5247970 or 2026671. OLE color: 2026671.

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

Color convert

RGB 175 236 30 -
CMYK 0.26 0 0.87 0.07
HSL 77.77º 0.84% 0.52% -
HSV(B) 77.77º 0.87% 0.93% -
XYZ 47.91 69.2 12.06 -
YUV 194.28 35.29 114.25 -
System Red Green Blue C M Y K H S L
Decimal 175 236 30 0.26 0 0.87 0.07 77.77 0.84 0.52
Hex AF EC 1E 1A 0 57 7 4E 54 34
Octal 257 354 36 32 0 127 7 116 124 64
Binary 10101111 11101100 11110 11010 0 1010111 111 1001110 1010100 110100

Color Harmonies of #AFEC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC1E

Black with #AFEC1E

Text Example


Text Example

White with #AFEC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC1E; }

 p { color: rgb(175,236,30); }

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

background-color css

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

 a { background-color: rgb(175,236,30); }

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

border-color css

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

 span { border-color: rgb(175,236,30); }

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