Html Css Color HEX #5A9F6C Ocean Green

📋 copy color: '#5A9F6C'

red 90 ◦ green 159 ◦ blue 108

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

Shades of Ocean Green #5A9F6C

Tints of Ocean Green #5A9F6C

RGB

 RED value IS 90 (35.55% from 255) = 25.21%

 GREEN value IS 159 (62.5% from 255) = 44.54%

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 25.21%
G = 44.54%
B = 30.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#5A9F6C (or 0x5A9F6C) is known color: Ocean Green. HEX triplet: 5A, 9F and 6C. RGB value is (90,159,108). Sum of RGB (Red+Green+Blue) = 90+159+108=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #5A9F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9F6C is #A56093. Grayscale: #848484. Windows color (decimal): -10838164 or 7118682. OLE color: 7118682.

HSL color Cylindrical-coordinate representation of color #5A9F6C: hue angle of 135.65º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9F6C is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 159 108 -
CMYK 0.43 0 0.32 0.38
HSL 135.65º 0.28% 0.49% -
HSV(B) 135.65º 0.43% 0.62% -
XYZ 19.32 28.05 18.58 -
YUV 132.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 90 159 108 0.43 0 0.32 0.38 135.65 0.28 0.49
Hex 5A 9F 6C 2B 0 20 26 88 1C 31
Octal 132 237 154 53 0 40 46 210 34 61
Binary 1011010 10011111 1101100 101011 0 100000 100110 10001000 11100 110001

Color Harmonies of #5A9F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9F6C

Black with #5A9F6C

Text Example


Text Example

White with #5A9F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A9F6C; }

 p { color: rgb(90,159,108); }

 H1.HeaderClassName
 {
   color: #5A9F6C;
 }
 .AnyTagClassName
 {
   color: #5A9F6C;
 }
</style>

background-color css

<style>
 a { background-color: #5A9F6C; }

 a { background-color: rgb(90,159,108); }

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

border-color css

<style>
 span { border-color: #5A9F6C; }

 span { border-color: rgb(90,159,108); }

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