Html Css Color HEX #A8E70F Inch Worm

📋 copy color: '#A8E70F'

red 168 ◦ green 231 ◦ blue 15

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

Shades of Inch Worm #A8E70F

Tints of Inch Worm #A8E70F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 55.8%

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

R = 40.58%
G = 55.8%
B = 3.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#A8E70F (or 0xA8E70F) is known color: Inch Worm. HEX triplet: A8, E7 and 0F. RGB value is (168,231,15). Sum of RGB (Red+Green+Blue) = 168+231+15=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 231 (90.62% from 255 or 55.80% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E70F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8E70F is #5718F0. Grayscale: #BCBCBC. Windows color (decimal): -5708017 or 1042344. OLE color: 1042344.

HSL color Cylindrical-coordinate representation of color #A8E70F: hue angle of 77.5º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8E70F is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 231 15 -
CMYK 0.27 0 0.94 0.09
HSL 77.5º 0.88% 0.48% -
HSV(B) 77.5º 0.94% 0.91% -
XYZ 44.81 65.51 10.74 -
YUV 187.54 30.63 114.06 -
System Red Green Blue C M Y K H S L
Decimal 168 231 15 0.27 0 0.94 0.09 77.5 0.88 0.48
Hex A8 E7 F 1B 0 5E 9 4E 58 30
Octal 250 347 17 33 0 136 11 116 130 60
Binary 10101000 11100111 1111 11011 0 1011110 1001 1001110 1011000 110000

Color Harmonies of #A8E70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E70F

Black with #A8E70F

Text Example


Text Example

White with #A8E70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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