Html Css Color HEX #A8DB65 Conifer

📋 copy color: '#A8DB65'

red 168 ◦ green 219 ◦ blue 101

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

Shades of Conifer #A8DB65

Tints of Conifer #A8DB65

RGB

 RED value IS 168 (66.02% from 255) = 34.43%

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

 BLUE value IS 101 (39.84% from 255) = 20.7%

R = 34.43%
G = 44.88%
B = 20.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#A8DB65 (or 0xA8DB65) is known color: Conifer. HEX triplet: A8, DB and 65. RGB value is (168,219,101). Sum of RGB (Red+Green+Blue) = 168+219+101=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB65 is #57249A. Grayscale: #BEBEBE. Windows color (decimal): -5711003 or 6675368. OLE color: 6675368.

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

Color convert

RGB 168 219 101 -
CMYK 0.23 0 0.54 0.14
HSL 85.93º 0.62% 0.63% -
HSV(B) 85.93º 0.54% 0.86% -
XYZ 43.83 59.93 21.57 -
YUV 190.3 77.6 112.09 -
System Red Green Blue C M Y K H S L
Decimal 168 219 101 0.23 0 0.54 0.14 85.93 0.62 0.63
Hex A8 DB 65 17 0 36 E 56 3E 3F
Octal 250 333 145 27 0 66 16 126 76 77
Binary 10101000 11011011 1100101 10111 0 110110 1110 1010110 111110 111111

Color Harmonies of #A8DB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB65

Black with #A8DB65

Text Example


Text Example

White with #A8DB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB65; }

 p { color: rgb(168,219,101); }

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

background-color css

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

 a { background-color: rgb(168,219,101); }

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

border-color css

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

 span { border-color: rgb(168,219,101); }

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