Html Css Color HEX #A8C364 Olivine

📋 copy color: '#A8C364'

red 168 ◦ green 195 ◦ blue 100

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

Shades of Olivine #A8C364

Tints of Olivine #A8C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.12%

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

R = 36.29%
G = 42.12%
B = 21.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A8C364 (or 0xA8C364) is known color: Olivine. HEX triplet: A8, C3 and 64. RGB value is (168,195,100). Sum of RGB (Red+Green+Blue) = 168+195+100=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C364 is #573C9B. Grayscale: #B0B0B0. Windows color (decimal): -5717148 or 6603688. OLE color: 6603688.

HSL color Cylindrical-coordinate representation of color #A8C364: hue angle of 77.05º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8C364 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 100 -
CMYK 0.14 0 0.49 0.24
HSL 77.05º 0.44% 0.58% -
HSV(B) 77.05º 0.49% 0.76% -
XYZ 37.96 48.28 19.37 -
YUV 176.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 168 195 100 0.14 0 0.49 0.24 77.05 0.44 0.58
Hex A8 C3 64 E 0 31 18 4D 2C 3A
Octal 250 303 144 16 0 61 30 115 54 72
Binary 10101000 11000011 1100100 1110 0 110001 11000 1001101 101100 111010

Color Harmonies of #A8C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C364

Black with #A8C364

Text Example


Text Example

White with #A8C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C364; }

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

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

background-color css

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

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

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

border-color css

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

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

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