Html Css Color HEX #A0CA68 Olivine

📋 copy color: '#A0CA68'

red 160 ◦ green 202 ◦ blue 104

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

Shades of Olivine #A0CA68

Tints of Olivine #A0CA68

RGB

 RED value IS 160 (62.89% from 255) = 34.33%

 GREEN value IS 202 (79.3% from 255) = 43.35%

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

R = 34.33%
G = 43.35%
B = 22.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#A0CA68 (or 0xA0CA68) is known color: Olivine. HEX triplet: A0, CA and 68. RGB value is (160,202,104). Sum of RGB (Red+Green+Blue) = 160+202+104=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA68 is #5F3597. Grayscale: #B2B2B2. Windows color (decimal): -6239640 or 6867616. OLE color: 6867616.

HSL color Cylindrical-coordinate representation of color #A0CA68: hue angle of 85.71º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0CA68 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 104 -
CMYK 0.21 0 0.49 0.21
HSL 85.71º 0.48% 0.6% -
HSV(B) 85.71º 0.49% 0.79% -
XYZ 38.12 50.71 20.88 -
YUV 178.27 86.09 114.97 -
System Red Green Blue C M Y K H S L
Decimal 160 202 104 0.21 0 0.49 0.21 85.71 0.48 0.6
Hex A0 CA 68 15 0 31 15 56 30 3C
Octal 240 312 150 25 0 61 25 126 60 74
Binary 10100000 11001010 1101000 10101 0 110001 10101 1010110 110000 111100

Color Harmonies of #A0CA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA68

Black with #A0CA68

Text Example


Text Example

White with #A0CA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA68; }

 p { color: rgb(160,202,104); }

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

background-color css

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

 a { background-color: rgb(160,202,104); }

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

border-color css

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

 span { border-color: rgb(160,202,104); }

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