Html Css Color HEX #5AAF75 Ocean Green

📋 copy color: '#5AAF75'

red 90 ◦ green 175 ◦ blue 117

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

Shades of Ocean Green #5AAF75

Tints of Ocean Green #5AAF75

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.81%

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 23.56%
G = 45.81%
B = 30.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#5AAF75 (or 0x5AAF75) is known color: Ocean Green. HEX triplet: 5A, AF and 75. RGB value is (90,175,117). Sum of RGB (Red+Green+Blue) = 90+175+117=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF75 is #A5508A. Grayscale: #8F8F8F. Windows color (decimal): -10834059 or 7712602. OLE color: 7712602.

HSL color Cylindrical-coordinate representation of color #5AAF75: hue angle of 139.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF75 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 175 117 -
CMYK 0.49 0 0.33 0.31
HSL 139.06º 0.35% 0.52% -
HSV(B) 139.06º 0.49% 0.69% -
XYZ 22.76 34.12 22.22 -
YUV 142.97 113.34 90.22 -
System Red Green Blue C M Y K H S L
Decimal 90 175 117 0.49 0 0.33 0.31 139.06 0.35 0.52
Hex 5A AF 75 31 0 21 1F 8B 23 34
Octal 132 257 165 61 0 41 37 213 43 64
Binary 1011010 10101111 1110101 110001 0 100001 11111 10001011 100011 110100

Color Harmonies of #5AAF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAF75

Black with #5AAF75

Text Example


Text Example

White with #5AAF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,175,117); }

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

background-color css

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

 a { background-color: rgb(90,175,117); }

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

border-color css

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

 span { border-color: rgb(90,175,117); }

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