Html Css Color HEX #A8EE0F Inch Worm

📋 copy color: '#A8EE0F'

red 168 ◦ green 238 ◦ blue 15

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

Shades of Inch Worm #A8EE0F

Tints of Inch Worm #A8EE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 39.9%
G = 56.53%
B = 3.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#A8EE0F (or 0xA8EE0F) is known color: Inch Worm. HEX triplet: A8, EE and 0F. RGB value is (168,238,15). Sum of RGB (Red+Green+Blue) = 168+238+15=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 238 (93.36% from 255 or 56.53% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EE0F is #5711F0. Grayscale: #C0C0C0. Windows color (decimal): -5706225 or 1044136. OLE color: 1044136.

HSL color Cylindrical-coordinate representation of color #A8EE0F: hue angle of 78.83º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8EE0F is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 238 15 -
CMYK 0.29 0 0.94 0.07
HSL 78.83º 0.88% 0.5% -
HSV(B) 78.83º 0.94% 0.93% -
XYZ 46.81 69.51 11.4 -
YUV 191.65 28.31 111.13 -
System Red Green Blue C M Y K H S L
Decimal 168 238 15 0.29 0 0.94 0.07 78.83 0.88 0.5
Hex A8 EE F 1D 0 5E 7 4F 58 32
Octal 250 356 17 35 0 136 7 117 130 62
Binary 10101000 11101110 1111 11101 0 1011110 111 1001111 1011000 110010

Color Harmonies of #A8EE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EE0F

Black with #A8EE0F

Text Example


Text Example

White with #A8EE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EE0F; }

 p { color: rgb(168,238,15); }

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

background-color css

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

 a { background-color: rgb(168,238,15); }

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

border-color css

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

 span { border-color: rgb(168,238,15); }

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