#A5DB27

Color #A5DB27 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A5DB27

Tints of Yellow Green #A5DB27

Color information

#A5DB27 (or 0xA5DB27) is unknown color: approx Yellow Green. HEX triplet: A5, DB and 27. RGB value is (165,219,39). Sum of RGB (Red+Green+Blue) = 165+219+39=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5DB27 is #5A24D8. Grayscale: #B6B6B6. Windows color (decimal): -5907673 or 2612133. OLE color: 2612133.

HSL color Cylindrical-coordinate representation of color #A5DB27: hue angle of 78º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5DB27 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB16521939-
CMYK0.2500.820.14
HSL78º71.43%50.59%-
HSV(B)78º82.19%85.88%-
XYZ41.2158.8111.1-
YUV182.3347.11115.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 219 (85.94% from 255) = 51.77%
BLUE value IS 39 (15.62% from 255) = 9.22%
R=39.01%
G=51.77%
B=9.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165219390.2500.820.147871.4350.59
HexA5DB2719052E4e4733
Octal245333473101221611610763
Binary10100101110110111001111100101010010111010011101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DB27; }

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

 H1.HeaderClassName
 {
   color: #A5DB27;
 }
 .AnyTagClassName
 {
   color: #A5DB27;
 }
</style>
background-color css

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

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

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

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

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

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