Html Css Color HEX #A5E327 Inch Worm

📋 copy color: '#A5E327'

red 165 ◦ green 227 ◦ blue 39

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

Shades of Inch Worm #A5E327

Tints of Inch Worm #A5E327

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.67%

 BLUE value IS 39 (15.63% from 255) = 9.05%

R = 38.28%
G = 52.67%
B = 9.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#A5E327 (or 0xA5E327) is known color: Inch Worm. HEX triplet: A5, E3 and 27. RGB value is (165,227,39). Sum of RGB (Red+Green+Blue) = 165+227+39=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E327 is #5A1CD8. Grayscale: #BBBBBB. Windows color (decimal): -5905625 or 2614181. OLE color: 2614181.

HSL color Cylindrical-coordinate representation of color #A5E327: hue angle of 79.79º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5E327 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 39 -
CMYK 0.27 0 0.83 0.11
HSL 79.79º 0.77% 0.52% -
HSV(B) 79.79º 0.83% 0.89% -
XYZ 43.35 63.08 11.81 -
YUV 187.03 44.46 112.29 -
System Red Green Blue C M Y K H S L
Decimal 165 227 39 0.27 0 0.83 0.11 79.79 0.77 0.52
Hex A5 E3 27 1B 0 53 B 50 4D 34
Octal 245 343 47 33 0 123 13 120 115 64
Binary 10100101 11100011 100111 11011 0 1010011 1011 1010000 1001101 110100

Color Harmonies of #A5E327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E327

Black with #A5E327

Text Example


Text Example

White with #A5E327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E327; }

 p { color: rgb(165,227,39); }

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

background-color css

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

 a { background-color: rgb(165,227,39); }

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

border-color css

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

 span { border-color: rgb(165,227,39); }

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