Html Css Color HEX #A8ED0F Inch Worm

📋 copy color: '#A8ED0F'

red 168 ◦ green 237 ◦ blue 15

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

Shades of Inch Worm #A8ED0F

Tints of Inch Worm #A8ED0F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.43%

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

R = 40%
G = 56.43%
B = 3.57%

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

#A8ED0F (or 0xA8ED0F) is known color: Inch Worm. HEX triplet: A8, ED and 0F. RGB value is (168,237,15). Sum of RGB (Red+Green+Blue) = 168+237+15=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 237 (92.97% from 255 or 56.43% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8ED0F is #5712F0. Grayscale: #BFBFBF. Windows color (decimal): -5706481 or 1043880. OLE color: 1043880.

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

Color convert

RGB 168 237 15 -
CMYK 0.29 0 0.94 0.07
HSL 78.65º 0.88% 0.49% -
HSV(B) 78.65º 0.94% 0.93% -
XYZ 46.52 68.93 11.3 -
YUV 191.06 28.64 111.55 -
System Red Green Blue C M Y K H S L
Decimal 168 237 15 0.29 0 0.94 0.07 78.65 0.88 0.49
Hex A8 ED F 1D 0 5E 7 4F 58 31
Octal 250 355 17 35 0 136 7 117 130 61
Binary 10101000 11101101 1111 11101 0 1011110 111 1001111 1011000 110001

Color Harmonies of #A8ED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ED0F

Black with #A8ED0F

Text Example


Text Example

White with #A8ED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ED0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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