Html Css Color HEX #A5DB5E Conifer

📋 copy color: '#A5DB5E'

red 165 ◦ green 219 ◦ blue 94

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

Shades of Conifer #A5DB5E

Tints of Conifer #A5DB5E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.82%

 BLUE value IS 94 (37.11% from 255) = 19.67%

R = 34.52%
G = 45.82%
B = 19.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#A5DB5E (or 0xA5DB5E) is known color: Conifer. HEX triplet: A5, DB and 5E. RGB value is (165,219,94). Sum of RGB (Red+Green+Blue) = 165+219+94=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB5E is #5A24A1. Grayscale: #BDBDBD. Windows color (decimal): -5907618 or 6216613. OLE color: 6216613.

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

Color convert

RGB 165 219 94 -
CMYK 0.25 0 0.57 0.14
HSL 85.92º 0.63% 0.61% -
HSV(B) 85.92º 0.57% 0.86% -
XYZ 42.87 59.47 19.81 -
YUV 188.6 74.61 111.16 -
System Red Green Blue C M Y K H S L
Decimal 165 219 94 0.25 0 0.57 0.14 85.92 0.63 0.61
Hex A5 DB 5E 19 0 39 E 56 3F 3D
Octal 245 333 136 31 0 71 16 126 77 75
Binary 10100101 11011011 1011110 11001 0 111001 1110 1010110 111111 111101

Color Harmonies of #A5DB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DB5E

Black with #A5DB5E

Text Example


Text Example

White with #A5DB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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