Html Css Color HEX #94D098 Chinook

📋 copy color: '#94D098'

red 148 ◦ green 208 ◦ blue 152

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

Shades of Chinook #94D098

Tints of Chinook #94D098

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.94%

 BLUE value IS 152 (59.77% from 255) = 29.92%

R = 29.13%
G = 40.94%
B = 29.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#94D098 (or 0x94D098) is known color: Chinook. HEX triplet: 94, D0 and 98. RGB value is (148,208,152). Sum of RGB (Red+Green+Blue) = 148+208+152=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #94D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D098 is #6B2F67. Grayscale: #B7B7B7. Windows color (decimal): -7024488 or 10014868. OLE color: 10014868.

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

Color convert

RGB 148 208 152 -
CMYK 0.29 0 0.27 0.18
HSL 124º 0.39% 0.7% -
HSV(B) 124º 0.29% 0.82% -
XYZ 40.44 53.67 37.93 -
YUV 183.68 110.12 102.55 -
System Red Green Blue C M Y K H S L
Decimal 148 208 152 0.29 0 0.27 0.18 124 0.39 0.7
Hex 94 D0 98 1D 0 1B 12 7C 27 46
Octal 224 320 230 35 0 33 22 174 47 106
Binary 10010100 11010000 10011000 11101 0 11011 10010 1111100 100111 1000110

Color Harmonies of #94D098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D098

Black with #94D098

Text Example


Text Example

White with #94D098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,152); }

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

background-color css

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

 a { background-color: rgb(148,208,152); }

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

border-color css

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

 span { border-color: rgb(148,208,152); }

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