Html Css Color HEX #A8D764 Conifer

📋 copy color: '#A8D764'

red 168 ◦ green 215 ◦ blue 100

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

Shades of Conifer #A8D764

Tints of Conifer #A8D764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 34.78%
G = 44.51%
B = 20.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A8D764 (or 0xA8D764) is known color: Conifer. HEX triplet: A8, D7 and 64. RGB value is (168,215,100). Sum of RGB (Red+Green+Blue) = 168+215+100=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D764 is #57289B. Grayscale: #BCBCBC. Windows color (decimal): -5712028 or 6608808. OLE color: 6608808.

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

Color convert

RGB 168 215 100 -
CMYK 0.22 0 0.53 0.16
HSL 84.52º 0.59% 0.62% -
HSV(B) 84.52º 0.53% 0.84% -
XYZ 42.75 57.85 20.97 -
YUV 187.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 168 215 100 0.22 0 0.53 0.16 84.52 0.59 0.62
Hex A8 D7 64 16 0 35 10 55 3B 3E
Octal 250 327 144 26 0 65 20 125 73 76
Binary 10101000 11010111 1100100 10110 0 110101 10000 1010101 111011 111110

Color Harmonies of #A8D764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D764

Black with #A8D764

Text Example


Text Example

White with #A8D764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D764; }

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

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

background-color css

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

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

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

border-color css

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

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

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