Html Css Color HEX #A8EF1E Inch Worm

📋 copy color: '#A8EF1E'

red 168 ◦ green 239 ◦ blue 30

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

Shades of Inch Worm #A8EF1E

Tints of Inch Worm #A8EF1E

RGB

 RED value IS 168 (66.02% from 255) = 38.44%

 GREEN value IS 239 (93.75% from 255) = 54.69%

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

R = 38.44%
G = 54.69%
B = 6.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#A8EF1E (or 0xA8EF1E) is known color: Inch Worm. HEX triplet: A8, EF and 1E. RGB value is (168,239,30). Sum of RGB (Red+Green+Blue) = 168+239+30=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF1E is #5710E1. Grayscale: #C2C2C2. Windows color (decimal): -5705954 or 2027432. OLE color: 2027432.

HSL color Cylindrical-coordinate representation of color #A8EF1E: hue angle of 80.38º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8EF1E is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 239 30 -
CMYK 0.30 0 0.87 0.06
HSL 80.38º 0.87% 0.53% -
HSV(B) 80.38º 0.87% 0.94% -
XYZ 47.25 70.15 12.28 -
YUV 193.95 35.48 109.49 -
System Red Green Blue C M Y K H S L
Decimal 168 239 30 0.30 0 0.87 0.06 80.38 0.87 0.53
Hex A8 EF 1E 1E 0 57 6 50 57 35
Octal 250 357 36 36 0 127 6 120 127 65
Binary 10101000 11101111 11110 11110 0 1010111 110 1010000 1010111 110101

Color Harmonies of #A8EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF1E

Black with #A8EF1E

Text Example


Text Example

White with #A8EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF1E; }

 p { color: rgb(168,239,30); }

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

background-color css

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

 a { background-color: rgb(168,239,30); }

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

border-color css

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

 span { border-color: rgb(168,239,30); }

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