Html Css Color HEX #A5E027 Inch Worm

📋 copy color: '#A5E027'

red 165 ◦ green 224 ◦ blue 39

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

Shades of Inch Worm #A5E027

Tints of Inch Worm #A5E027

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.34%

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

R = 38.55%
G = 52.34%
B = 9.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#A5E027 (or 0xA5E027) is known color: Inch Worm. HEX triplet: A5, E0 and 27. RGB value is (165,224,39). Sum of RGB (Red+Green+Blue) = 165+224+39=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E027 is #5A1FD8. Grayscale: #B9B9B9. Windows color (decimal): -5906393 or 2613413. OLE color: 2613413.

HSL color Cylindrical-coordinate representation of color #A5E027: hue angle of 79.14º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5E027 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 39 -
CMYK 0.26 0 0.83 0.12
HSL 79.14º 0.75% 0.52% -
HSV(B) 79.14º 0.83% 0.88% -
XYZ 42.54 61.46 11.54 -
YUV 185.27 45.45 113.54 -
System Red Green Blue C M Y K H S L
Decimal 165 224 39 0.26 0 0.83 0.12 79.14 0.75 0.52
Hex A5 E0 27 1A 0 53 C 4F 4B 34
Octal 245 340 47 32 0 123 14 117 113 64
Binary 10100101 11100000 100111 11010 0 1010011 1100 1001111 1001011 110100

Color Harmonies of #A5E027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E027

Black with #A5E027

Text Example


Text Example

White with #A5E027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E027; }

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

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

background-color css

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

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

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

border-color css

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

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

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