Html Css Color HEX #A1CC74 Olivine

📋 copy color: '#A1CC74'

red 161 ◦ green 204 ◦ blue 116

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

Shades of Olivine #A1CC74

Tints of Olivine #A1CC74

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

 BLUE value IS 116 (45.7% from 255) = 24.12%

R = 33.47%
G = 42.41%
B = 24.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#A1CC74 (or 0xA1CC74) is known color: Olivine. HEX triplet: A1, CC and 74. RGB value is (161,204,116). Sum of RGB (Red+Green+Blue) = 161+204+116=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC74 is #5E338B. Grayscale: #B5B5B5. Windows color (decimal): -6173580 or 7654561. OLE color: 7654561.

HSL color Cylindrical-coordinate representation of color #A1CC74: hue angle of 89.32º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1CC74 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 204 116 -
CMYK 0.21 0 0.43 0.2
HSL 89.32º 0.46% 0.63% -
HSV(B) 89.32º 0.43% 0.8% -
XYZ 39.44 52.02 24.49 -
YUV 181.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 161 204 116 0.21 0 0.43 0.2 89.32 0.46 0.63
Hex A1 CC 74 15 0 2B 14 59 2E 3F
Octal 241 314 164 25 0 53 24 131 56 77
Binary 10100001 11001100 1110100 10101 0 101011 10100 1011001 101110 111111

Color Harmonies of #A1CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC74

Black with #A1CC74

Text Example


Text Example

White with #A1CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC74; }

 p { color: rgb(161,204,116); }

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

background-color css

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

 a { background-color: rgb(161,204,116); }

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

border-color css

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

 span { border-color: rgb(161,204,116); }

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