Html Css Color HEX #A8CF6D Olivine

📋 copy color: '#A8CF6D'

red 168 ◦ green 207 ◦ blue 109

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

Shades of Olivine #A8CF6D

Tints of Olivine #A8CF6D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.77%

 BLUE value IS 109 (42.97% from 255) = 22.52%

R = 34.71%
G = 42.77%
B = 22.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#A8CF6D (or 0xA8CF6D) is known color: Olivine. HEX triplet: A8, CF and 6D. RGB value is (168,207,109). Sum of RGB (Red+Green+Blue) = 168+207+109=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF6D is #573092. Grayscale: #B8B8B8. Windows color (decimal): -5714067 or 7196584. OLE color: 7196584.

HSL color Cylindrical-coordinate representation of color #A8CF6D: hue angle of 83.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8CF6D is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 207 109 -
CMYK 0.19 0 0.47 0.19
HSL 83.88º 0.51% 0.62% -
HSV(B) 83.88º 0.47% 0.81% -
XYZ 41.22 54.05 22.73 -
YUV 184.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 168 207 109 0.19 0 0.47 0.19 83.88 0.51 0.62
Hex A8 CF 6D 13 0 2F 13 54 33 3E
Octal 250 317 155 23 0 57 23 124 63 76
Binary 10101000 11001111 1101101 10011 0 101111 10011 1010100 110011 111110

Color Harmonies of #A8CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CF6D

Black with #A8CF6D

Text Example


Text Example

White with #A8CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CF6D; }

 p { color: rgb(168,207,109); }

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

background-color css

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

 a { background-color: rgb(168,207,109); }

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

border-color css

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

 span { border-color: rgb(168,207,109); }

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