Html Css Color HEX #A8C368 Olivine

📋 copy color: '#A8C368'

red 168 ◦ green 195 ◦ blue 104

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

Shades of Olivine #A8C368

Tints of Olivine #A8C368

RGB

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

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

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

R = 35.97%
G = 41.76%
B = 22.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#A8C368 (or 0xA8C368) is known color: Olivine. HEX triplet: A8, C3 and 68. RGB value is (168,195,104). Sum of RGB (Red+Green+Blue) = 168+195+104=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C368 is #573C97. Grayscale: #B0B0B0. Windows color (decimal): -5717144 or 6865832. OLE color: 6865832.

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

Color convert

RGB 168 195 104 -
CMYK 0.14 0 0.47 0.24
HSL 77.8º 0.43% 0.59% -
HSV(B) 77.8º 0.47% 0.76% -
XYZ 38.16 48.35 20.42 -
YUV 176.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 168 195 104 0.14 0 0.47 0.24 77.8 0.43 0.59
Hex A8 C3 68 E 0 2F 18 4E 2B 3B
Octal 250 303 150 16 0 57 30 116 53 73
Binary 10101000 11000011 1101000 1110 0 101111 11000 1001110 101011 111011

Color Harmonies of #A8C368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C368

Black with #A8C368

Text Example


Text Example

White with #A8C368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C368; }

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

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

background-color css

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

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

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

border-color css

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

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

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