Html Css Color HEX #A8D768 Conifer

📋 copy color: '#A8D768'

red 168 ◦ green 215 ◦ blue 104

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

Shades of Conifer #A8D768

Tints of Conifer #A8D768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.15%

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

R = 34.5%
G = 44.15%
B = 21.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#A8D768 (or 0xA8D768) is known color: Conifer. HEX triplet: A8, D7 and 68. RGB value is (168,215,104). Sum of RGB (Red+Green+Blue) = 168+215+104=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D768 is #572897. Grayscale: #BCBCBC. Windows color (decimal): -5712024 or 6870952. OLE color: 6870952.

HSL color Cylindrical-coordinate representation of color #A8D768: hue angle of 85.41º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8D768 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 104 -
CMYK 0.22 0 0.52 0.16
HSL 85.41º 0.58% 0.63% -
HSV(B) 85.41º 0.52% 0.84% -
XYZ 42.95 57.93 22.01 -
YUV 188.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 168 215 104 0.22 0 0.52 0.16 85.41 0.58 0.63
Hex A8 D7 68 16 0 34 10 55 3A 3F
Octal 250 327 150 26 0 64 20 125 72 77
Binary 10101000 11010111 1101000 10110 0 110100 10000 1010101 111010 111111

Color Harmonies of #A8D768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D768

Black with #A8D768

Text Example


Text Example

White with #A8D768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D768; }

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

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

background-color css

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

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

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

border-color css

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

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

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