Html Css Color HEX #A5DB63 Conifer

📋 copy color: '#A5DB63'

red 165 ◦ green 219 ◦ blue 99

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

Shades of Conifer #A5DB63

Tints of Conifer #A5DB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.5%

R = 34.16%
G = 45.34%
B = 20.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#A5DB63 (or 0xA5DB63) is known color: Conifer. HEX triplet: A5, DB and 63. RGB value is (165,219,99). Sum of RGB (Red+Green+Blue) = 165+219+99=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB63 is #5A249C. Grayscale: #BDBDBD. Windows color (decimal): -5907613 or 6544293. OLE color: 6544293.

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

Color convert

RGB 165 219 99 -
CMYK 0.25 0 0.55 0.14
HSL 87º 0.63% 0.62% -
HSV(B) 87º 0.55% 0.86% -
XYZ 43.1 59.56 21.03 -
YUV 189.17 77.11 110.76 -
System Red Green Blue C M Y K H S L
Decimal 165 219 99 0.25 0 0.55 0.14 87 0.63 0.62
Hex A5 DB 63 19 0 37 E 57 3E 3E
Octal 245 333 143 31 0 67 16 127 76 76
Binary 10100101 11011011 1100011 11001 0 110111 1110 1010111 111110 111110

Color Harmonies of #A5DB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DB63

Black with #A5DB63

Text Example


Text Example

White with #A5DB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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