Html Css Color HEX #A5D217 Inch Worm

📋 copy color: '#A5D217'

red 165 ◦ green 210 ◦ blue 23

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

Shades of Inch Worm #A5D217

Tints of Inch Worm #A5D217

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.76%

 BLUE value IS 23 (9.38% from 255) = 5.78%

R = 41.46%
G = 52.76%
B = 5.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#A5D217 (or 0xA5D217) is known color: Inch Worm. HEX triplet: A5, D2 and 17. RGB value is (165,210,23). Sum of RGB (Red+Green+Blue) = 165+210+23=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 210 (82.42% from 255 or 52.76% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D217 is #5A2DE8. Grayscale: #AFAFAF. Windows color (decimal): -5909993 or 1561253. OLE color: 1561253.

HSL color Cylindrical-coordinate representation of color #A5D217: hue angle of 74.44º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5D217 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 210 23 -
CMYK 0.21 0 0.89 0.18
HSL 74.44º 0.8% 0.46% -
HSV(B) 74.44º 0.89% 0.82% -
XYZ 38.72 54.15 9.22 -
YUV 175.23 42.09 120.71 -
System Red Green Blue C M Y K H S L
Decimal 165 210 23 0.21 0 0.89 0.18 74.44 0.8 0.46
Hex A5 D2 17 15 0 59 12 4A 50 2E
Octal 245 322 27 25 0 131 22 112 120 56
Binary 10100101 11010010 10111 10101 0 1011001 10010 1001010 1010000 101110

Color Harmonies of #A5D217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D217

Black with #A5D217

Text Example


Text Example

White with #A5D217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D217; }

 p { color: rgb(165,210,23); }

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

background-color css

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

 a { background-color: rgb(165,210,23); }

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

border-color css

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

 span { border-color: rgb(165,210,23); }

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