Html Css Color HEX #A1CD70 Olivine

📋 copy color: '#A1CD70'

red 161 ◦ green 205 ◦ blue 112

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

Shades of Olivine #A1CD70

Tints of Olivine #A1CD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 33.68%
G = 42.89%
B = 23.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#A1CD70 (or 0xA1CD70) is known color: Olivine. HEX triplet: A1, CD and 70. RGB value is (161,205,112). Sum of RGB (Red+Green+Blue) = 161+205+112=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD70 is #5E328F. Grayscale: #B5B5B5. Windows color (decimal): -6173328 or 7392673. OLE color: 7392673.

HSL color Cylindrical-coordinate representation of color #A1CD70: hue angle of 88.39º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1CD70 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 205 112 -
CMYK 0.21 0 0.45 0.20
HSL 88.39º 0.48% 0.62% -
HSV(B) 88.39º 0.45% 0.8% -
XYZ 39.45 52.41 23.37 -
YUV 181.24 88.92 113.56 -
System Red Green Blue C M Y K H S L
Decimal 161 205 112 0.21 0 0.45 0.20 88.39 0.48 0.62
Hex A1 CD 70 15 0 2D 14 58 30 3E
Octal 241 315 160 25 0 55 24 130 60 76
Binary 10100001 11001101 1110000 10101 0 101101 10100 1011000 110000 111110

Color Harmonies of #A1CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD70

Black with #A1CD70

Text Example


Text Example

White with #A1CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD70; }

 p { color: rgb(161,205,112); }

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

background-color css

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

 a { background-color: rgb(161,205,112); }

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

border-color css

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

 span { border-color: rgb(161,205,112); }

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