Html Css Color HEX #A8F21D Inch Worm

📋 copy color: '#A8F21D'

red 168 ◦ green 242 ◦ blue 29

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

Shades of Inch Worm #A8F21D

Tints of Inch Worm #A8F21D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55.13%

 BLUE value IS 29 (11.72% from 255) = 6.61%

R = 38.27%
G = 55.13%
B = 6.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#A8F21D (or 0xA8F21D) is known color: Inch Worm. HEX triplet: A8, F2 and 1D. RGB value is (168,242,29). Sum of RGB (Red+Green+Blue) = 168+242+29=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 242 (94.92% from 255 or 55.13% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F21D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F21D is #570DE2. Grayscale: #C4C4C4. Windows color (decimal): -5705187 or 1962664. OLE color: 1962664.

HSL color Cylindrical-coordinate representation of color #A8F21D: hue angle of 80.85º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8F21D is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 242 29 -
CMYK 0.31 0 0.88 0.05
HSL 80.85º 0.89% 0.53% -
HSV(B) 80.85º 0.88% 0.95% -
XYZ 48.12 71.92 12.51 -
YUV 195.59 33.98 108.32 -
System Red Green Blue C M Y K H S L
Decimal 168 242 29 0.31 0 0.88 0.05 80.85 0.89 0.53
Hex A8 F2 1D 1F 0 58 5 51 59 35
Octal 250 362 35 37 0 130 5 121 131 65
Binary 10101000 11110010 11101 11111 0 1011000 101 1010001 1011001 110101

Color Harmonies of #A8F21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F21D

Black with #A8F21D

Text Example


Text Example

White with #A8F21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F21D; }

 p { color: rgb(168,242,29); }

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

background-color css

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

 a { background-color: rgb(168,242,29); }

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

border-color css

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

 span { border-color: rgb(168,242,29); }

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