Html Css Color HEX #A5F218 Inch Worm

📋 copy color: '#A5F218'

red 165 ◦ green 242 ◦ blue 24

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

Shades of Inch Worm #A5F218

Tints of Inch Worm #A5F218

RGB

 RED value IS 165 (64.84% from 255) = 38.28%

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

 BLUE value IS 24 (9.77% from 255) = 5.57%

R = 38.28%
G = 56.15%
B = 5.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#A5F218 (or 0xA5F218) is known color: Inch Worm. HEX triplet: A5, F2 and 18. RGB value is (165,242,24). Sum of RGB (Red+Green+Blue) = 165+242+24=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F218 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F218 is #5A0DE7. Grayscale: #C2C2C2. Windows color (decimal): -5901800 or 1634981. OLE color: 1634981.

HSL color Cylindrical-coordinate representation of color #A5F218: hue angle of 81.19º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5F218 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 242 24 -
CMYK 0.32 0 0.90 0.05
HSL 81.19º 0.89% 0.52% -
HSV(B) 81.19º 0.9% 0.95% -
XYZ 47.43 71.57 12.18 -
YUV 194.13 31.99 107.23 -
System Red Green Blue C M Y K H S L
Decimal 165 242 24 0.32 0 0.90 0.05 81.19 0.89 0.52
Hex A5 F2 18 20 0 5A 5 51 59 34
Octal 245 362 30 40 0 132 5 121 131 64
Binary 10100101 11110010 11000 100000 0 1011010 101 1010001 1011001 110100

Color Harmonies of #A5F218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F218

Black with #A5F218

Text Example


Text Example

White with #A5F218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F218; }

 p { color: rgb(165,242,24); }

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

background-color css

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

 a { background-color: rgb(165,242,24); }

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

border-color css

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

 span { border-color: rgb(165,242,24); }

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