Html Css Color HEX #A8D50F Inch Worm

📋 copy color: '#A8D50F'

red 168 ◦ green 213 ◦ blue 15

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

Shades of Inch Worm #A8D50F

Tints of Inch Worm #A8D50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.79%

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

R = 42.42%
G = 53.79%
B = 3.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#A8D50F (or 0xA8D50F) is known color: Inch Worm. HEX triplet: A8, D5 and 0F. RGB value is (168,213,15). Sum of RGB (Red+Green+Blue) = 168+213+15=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D50F is #572AF0. Grayscale: #B1B1B1. Windows color (decimal): -5712625 or 1037736. OLE color: 1037736.

HSL color Cylindrical-coordinate representation of color #A8D50F: hue angle of 73.64º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8D50F is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 15 -
CMYK 0.21 0 0.93 0.16
HSL 73.64º 0.87% 0.45% -
HSV(B) 73.64º 0.93% 0.84% -
XYZ 40.03 55.95 9.14 -
YUV 176.97 36.59 121.6 -
System Red Green Blue C M Y K H S L
Decimal 168 213 15 0.21 0 0.93 0.16 73.64 0.87 0.45
Hex A8 D5 F 15 0 5D 10 4A 57 2D
Octal 250 325 17 25 0 135 20 112 127 55
Binary 10101000 11010101 1111 10101 0 1011101 10000 1001010 1010111 101101

Color Harmonies of #A8D50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D50F

Black with #A8D50F

Text Example


Text Example

White with #A8D50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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