Html Css Color HEX #A8EF14 Inch Worm

📋 copy color: '#A8EF14'

red 168 ◦ green 239 ◦ blue 20

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

Shades of Inch Worm #A8EF14

Tints of Inch Worm #A8EF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.68%

R = 39.34%
G = 55.97%
B = 4.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#A8EF14 (or 0xA8EF14) is known color: Inch Worm. HEX triplet: A8, EF and 14. RGB value is (168,239,20). Sum of RGB (Red+Green+Blue) = 168+239+20=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 239 (93.75% from 255 or 55.97% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EF14 is #5710EB. Grayscale: #C1C1C1. Windows color (decimal): -5705964 or 1372072. OLE color: 1372072.

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

Color convert

RGB 168 239 20 -
CMYK 0.30 0 0.92 0.06
HSL 79.45º 0.87% 0.51% -
HSV(B) 79.45º 0.92% 0.94% -
XYZ 47.14 70.11 11.71 -
YUV 192.81 30.48 110.31 -
System Red Green Blue C M Y K H S L
Decimal 168 239 20 0.30 0 0.92 0.06 79.45 0.87 0.51
Hex A8 EF 14 1E 0 5C 6 4F 57 33
Octal 250 357 24 36 0 134 6 117 127 63
Binary 10101000 11101111 10100 11110 0 1011100 110 1001111 1010111 110011

Color Harmonies of #A8EF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF14

Black with #A8EF14

Text Example


Text Example

White with #A8EF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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