Html Css Color HEX #A8E31F Inch Worm

📋 copy color: '#A8E31F'

red 168 ◦ green 227 ◦ blue 31

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

Shades of Inch Worm #A8E31F

Tints of Inch Worm #A8E31F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.29%

 BLUE value IS 31 (12.5% from 255) = 7.28%

R = 39.44%
G = 53.29%
B = 7.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#A8E31F (or 0xA8E31F) is known color: Inch Worm. HEX triplet: A8, E3 and 1F. RGB value is (168,227,31). Sum of RGB (Red+Green+Blue) = 168+227+31=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 227 (89.06% from 255 or 53.29% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E31F is #571CE0. Grayscale: #BBBBBB. Windows color (decimal): -5709025 or 2089896. OLE color: 2089896.

HSL color Cylindrical-coordinate representation of color #A8E31F: hue angle of 78.06º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8E31F is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 227 31 -
CMYK 0.26 0 0.86 0.11
HSL 78.06º 0.78% 0.51% -
HSV(B) 78.06º 0.86% 0.89% -
XYZ 43.86 63.36 11.21 -
YUV 187.02 39.95 114.44 -
System Red Green Blue C M Y K H S L
Decimal 168 227 31 0.26 0 0.86 0.11 78.06 0.78 0.51
Hex A8 E3 1F 1A 0 56 B 4E 4E 33
Octal 250 343 37 32 0 126 13 116 116 63
Binary 10101000 11100011 11111 11010 0 1010110 1011 1001110 1001110 110011

Color Harmonies of #A8E31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E31F

Black with #A8E31F

Text Example


Text Example

White with #A8E31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E31F; }

 p { color: rgb(168,227,31); }

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

background-color css

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

 a { background-color: rgb(168,227,31); }

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

border-color css

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

 span { border-color: rgb(168,227,31); }

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