Html Css Color HEX #94CA71 Olivine

📋 copy color: '#94CA71'

red 148 ◦ green 202 ◦ blue 113

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

Shades of Olivine #94CA71

Tints of Olivine #94CA71

RGB

 RED value IS 148 (58.2% from 255) = 31.97%

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

 BLUE value IS 113 (44.53% from 255) = 24.41%

R = 31.97%
G = 43.63%
B = 24.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#94CA71 (or 0x94CA71) is known color: Olivine. HEX triplet: 94, CA and 71. RGB value is (148,202,113). Sum of RGB (Red+Green+Blue) = 148+202+113=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA71 is #6B358E. Grayscale: #B0B0B0. Windows color (decimal): -7026063 or 7457428. OLE color: 7457428.

HSL color Cylindrical-coordinate representation of color #94CA71: hue angle of 96.4º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94CA71 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 202 113 -
CMYK 0.27 0 0.44 0.21
HSL 96.4º 0.46% 0.62% -
HSV(B) 96.4º 0.44% 0.79% -
XYZ 36.31 49.73 23.31 -
YUV 175.71 92.61 108.24 -
System Red Green Blue C M Y K H S L
Decimal 148 202 113 0.27 0 0.44 0.21 96.4 0.46 0.62
Hex 94 CA 71 1B 0 2C 15 60 2E 3E
Octal 224 312 161 33 0 54 25 140 56 76
Binary 10010100 11001010 1110001 11011 0 101100 10101 1100000 101110 111110

Color Harmonies of #94CA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA71

Black with #94CA71

Text Example


Text Example

White with #94CA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94CA71; }

 p { color: rgb(148,202,113); }

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

background-color css

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

 a { background-color: rgb(148,202,113); }

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

border-color css

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

 span { border-color: rgb(148,202,113); }

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