Html Css Color HEX #A1C368 Olivine

📋 copy color: '#A1C368'

red 161 ◦ green 195 ◦ blue 104

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

Shades of Olivine #A1C368

Tints of Olivine #A1C368

RGB

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

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

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

R = 35%
G = 42.39%
B = 22.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#A1C368 (or 0xA1C368) is known color: Olivine. HEX triplet: A1, C3 and 68. RGB value is (161,195,104). Sum of RGB (Red+Green+Blue) = 161+195+104=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C368 is #5E3C97. Grayscale: #AEAEAE. Windows color (decimal): -6175896 or 6865825. OLE color: 6865825.

HSL color Cylindrical-coordinate representation of color #A1C368: hue angle of 82.42º 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 #A1C368 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 104 -
CMYK 0.17 0 0.47 0.24
HSL 82.42º 0.43% 0.59% -
HSV(B) 82.42º 0.47% 0.76% -
XYZ 36.71 47.61 20.35 -
YUV 174.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 161 195 104 0.17 0 0.47 0.24 82.42 0.43 0.59
Hex A1 C3 68 11 0 2F 18 52 2B 3B
Octal 241 303 150 21 0 57 30 122 53 73
Binary 10100001 11000011 1101000 10001 0 101111 11000 1010010 101011 111011

Color Harmonies of #A1C368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C368

Black with #A1C368

Text Example


Text Example

White with #A1C368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C368; }

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

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

background-color css

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

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

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

border-color css

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

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

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