Html Css Color HEX #94CA6B Olivine

📋 copy color: '#94CA6B'

red 148 ◦ green 202 ◦ blue 107

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

Shades of Olivine #94CA6B

Tints of Olivine #94CA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.41%

R = 32.39%
G = 44.2%
B = 23.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#94CA6B (or 0x94CA6B) is known color: Olivine. HEX triplet: 94, CA and 6B. RGB value is (148,202,107). Sum of RGB (Red+Green+Blue) = 148+202+107=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA6B is #6B3594. Grayscale: #AFAFAF. Windows color (decimal): -7026069 or 7064212. OLE color: 7064212.

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

Color convert

RGB 148 202 107 -
CMYK 0.27 0 0.47 0.21
HSL 94.11º 0.47% 0.61% -
HSV(B) 94.11º 0.47% 0.79% -
XYZ 35.99 49.6 21.59 -
YUV 175.02 89.61 108.72 -
System Red Green Blue C M Y K H S L
Decimal 148 202 107 0.27 0 0.47 0.21 94.11 0.47 0.61
Hex 94 CA 6B 1B 0 2F 15 5E 2F 3D
Octal 224 312 153 33 0 57 25 136 57 75
Binary 10010100 11001010 1101011 11011 0 101111 10101 1011110 101111 111101

Color Harmonies of #94CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA6B

Black with #94CA6B

Text Example


Text Example

White with #94CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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