Html Css Color HEX #A1CA68 Olivine

📋 copy color: '#A1CA68'

red 161 ◦ green 202 ◦ blue 104

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

Shades of Olivine #A1CA68

Tints of Olivine #A1CA68

RGB

 RED value IS 161 (63.28% from 255) = 34.48%

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

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

R = 34.48%
G = 43.25%
B = 22.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#A1CA68 (or 0xA1CA68) is known color: Olivine. HEX triplet: A1, CA and 68. RGB value is (161,202,104). Sum of RGB (Red+Green+Blue) = 161+202+104=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA68 is #5E3597. Grayscale: #B2B2B2. Windows color (decimal): -6174104 or 6867617. OLE color: 6867617.

HSL color Cylindrical-coordinate representation of color #A1CA68: hue angle of 85.1º 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 #A1CA68 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 202 104 -
CMYK 0.20 0 0.49 0.21
HSL 85.1º 0.48% 0.6% -
HSV(B) 85.1º 0.49% 0.79% -
XYZ 38.32 50.82 20.89 -
YUV 178.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 161 202 104 0.20 0 0.49 0.21 85.1 0.48 0.6
Hex A1 CA 68 14 0 31 15 55 30 3C
Octal 241 312 150 24 0 61 25 125 60 74
Binary 10100001 11001010 1101000 10100 0 110001 10101 1010101 110000 111100

Color Harmonies of #A1CA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA68

Black with #A1CA68

Text Example


Text Example

White with #A1CA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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