Html Css Color HEX #94D299 Chinook

📋 copy color: '#94D299'

red 148 ◦ green 210 ◦ blue 153

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

Shades of Chinook #94D299

Tints of Chinook #94D299

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

 BLUE value IS 153 (60.16% from 255) = 29.94%

R = 28.96%
G = 41.1%
B = 29.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#94D299 (or 0x94D299) is known color: Chinook. HEX triplet: 94, D2 and 99. RGB value is (148,210,153). Sum of RGB (Red+Green+Blue) = 148+210+153=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #94D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D299 is #6B2D66. Grayscale: #B9B9B9. Windows color (decimal): -7023975 or 10080916. OLE color: 10080916.

HSL color Cylindrical-coordinate representation of color #94D299: hue angle of 124.84º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D299 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 210 153 -
CMYK 0.30 0 0.27 0.18
HSL 124.84º 0.41% 0.7% -
HSV(B) 124.84º 0.3% 0.82% -
XYZ 41.01 54.69 38.53 -
YUV 184.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 148 210 153 0.30 0 0.27 0.18 124.84 0.41 0.7
Hex 94 D2 99 1E 0 1B 12 7D 29 46
Octal 224 322 231 36 0 33 22 175 51 106
Binary 10010100 11010010 10011001 11110 0 11011 10010 1111101 101001 1000110

Color Harmonies of #94D299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D299

Black with #94D299

Text Example


Text Example

White with #94D299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,210,153); }

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

background-color css

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

 a { background-color: rgb(148,210,153); }

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

border-color css

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

 span { border-color: rgb(148,210,153); }

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