Html Css Color HEX #A5DB68 Conifer

📋 copy color: '#A5DB68'

red 165 ◦ green 219 ◦ blue 104

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

Shades of Conifer #A5DB68

Tints of Conifer #A5DB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 33.81%
G = 44.88%
B = 21.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#A5DB68 (or 0xA5DB68) is known color: Conifer. HEX triplet: A5, DB and 68. RGB value is (165,219,104). Sum of RGB (Red+Green+Blue) = 165+219+104=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB68 is #5A2497. Grayscale: #BEBEBE. Windows color (decimal): -5907608 or 6871973. OLE color: 6871973.

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

Color convert

RGB 165 219 104 -
CMYK 0.25 0 0.53 0.14
HSL 88.17º 0.61% 0.63% -
HSV(B) 88.17º 0.53% 0.86% -
XYZ 43.35 59.66 22.33 -
YUV 189.74 79.61 110.35 -
System Red Green Blue C M Y K H S L
Decimal 165 219 104 0.25 0 0.53 0.14 88.17 0.61 0.63
Hex A5 DB 68 19 0 35 E 58 3D 3F
Octal 245 333 150 31 0 65 16 130 75 77
Binary 10100101 11011011 1101000 11001 0 110101 1110 1011000 111101 111111

Color Harmonies of #A5DB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DB68

Black with #A5DB68

Text Example


Text Example

White with #A5DB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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