Html Css Color HEX #95D098 Chinook

📋 copy color: '#95D098'

red 149 ◦ green 208 ◦ blue 152

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

Shades of Chinook #95D098

Tints of Chinook #95D098

RGB

 RED value IS 149 (58.59% from 255) = 29.27%

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

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

R = 29.27%
G = 40.86%
B = 29.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#95D098 (or 0x95D098) is known color: Chinook. HEX triplet: 95, D0 and 98. RGB value is (149,208,152). Sum of RGB (Red+Green+Blue) = 149+208+152=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #95D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D098 is #6A2F67. Grayscale: #B8B8B8. Windows color (decimal): -6958952 or 10014869. OLE color: 10014869.

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

Color convert

RGB 149 208 152 -
CMYK 0.28 0 0.27 0.18
HSL 123.05º 0.39% 0.7% -
HSV(B) 123.05º 0.28% 0.82% -
XYZ 40.62 53.77 37.94 -
YUV 183.98 109.95 103.05 -
System Red Green Blue C M Y K H S L
Decimal 149 208 152 0.28 0 0.27 0.18 123.05 0.39 0.7
Hex 95 D0 98 1C 0 1B 12 7B 27 46
Octal 225 320 230 34 0 33 22 173 47 106
Binary 10010101 11010000 10011000 11100 0 11011 10010 1111011 100111 1000110

Color Harmonies of #95D098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D098

Black with #95D098

Text Example


Text Example

White with #95D098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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