Html Css Color HEX #5FA87F Ocean Green

📋 copy color: '#5FA87F'

red 95 ◦ green 168 ◦ blue 127

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

Shades of Ocean Green #5FA87F

Tints of Ocean Green #5FA87F

RGB

 RED value IS 95 (37.5% from 255) = 24.36%

 GREEN value IS 168 (66.02% from 255) = 43.08%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 24.36%
G = 43.08%
B = 32.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#5FA87F (or 0x5FA87F) is known color: Ocean Green. HEX triplet: 5F, A8 and 7F. RGB value is (95,168,127). Sum of RGB (Red+Green+Blue) = 95+168+127=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA87F is #A05780. Grayscale: #8D8D8D. Windows color (decimal): -10508161 or 8366175. OLE color: 8366175.

HSL color Cylindrical-coordinate representation of color #5FA87F: hue angle of 146.3º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA87F is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 168 127 -
CMYK 0.43 0 0.24 0.34
HSL 146.3º 0.3% 0.52% -
HSV(B) 146.3º 0.43% 0.66% -
XYZ 22.55 31.97 25.06 -
YUV 141.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 95 168 127 0.43 0 0.24 0.34 146.3 0.3 0.52
Hex 5F A8 7F 2B 0 18 22 92 1E 34
Octal 137 250 177 53 0 30 42 222 36 64
Binary 1011111 10101000 1111111 101011 0 11000 100010 10010010 11110 110100

Color Harmonies of #5FA87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA87F

Black with #5FA87F

Text Example


Text Example

White with #5FA87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,168,127); }

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

background-color css

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

 a { background-color: rgb(95,168,127); }

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

border-color css

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

 span { border-color: rgb(95,168,127); }

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