Html Css Color HEX #A8DB68 Conifer

📋 copy color: '#A8DB68'

red 168 ◦ green 219 ◦ blue 104

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

Shades of Conifer #A8DB68

Tints of Conifer #A8DB68

RGB

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

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

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

R = 34.22%
G = 44.6%
B = 21.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#A8DB68 (or 0xA8DB68) is known color: Conifer. HEX triplet: A8, DB and 68. RGB value is (168,219,104). Sum of RGB (Red+Green+Blue) = 168+219+104=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB68 is #572497. Grayscale: #BFBFBF. Windows color (decimal): -5711000 or 6871976. OLE color: 6871976.

HSL color Cylindrical-coordinate representation of color #A8DB68: hue angle of 86.61º 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 #A8DB68 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 219 104 -
CMYK 0.23 0 0.53 0.14
HSL 86.61º 0.61% 0.63% -
HSV(B) 86.61º 0.53% 0.86% -
XYZ 43.98 59.99 22.36 -
YUV 190.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 168 219 104 0.23 0 0.53 0.14 86.61 0.61 0.63
Hex A8 DB 68 17 0 35 E 57 3D 3F
Octal 250 333 150 27 0 65 16 127 75 77
Binary 10101000 11011011 1101000 10111 0 110101 1110 1010111 111101 111111

Color Harmonies of #A8DB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DB68

Black with #A8DB68

Text Example


Text Example

White with #A8DB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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