Html Css Color HEX #5CA66F Ocean Green

📋 copy color: '#5CA66F'

red 92 ◦ green 166 ◦ blue 111

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

Shades of Ocean Green #5CA66F

Tints of Ocean Green #5CA66F

RGB

 RED value IS 92 (36.33% from 255) = 24.93%

 GREEN value IS 166 (65.23% from 255) = 44.99%

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 24.93%
G = 44.99%
B = 30.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#5CA66F (or 0x5CA66F) is known color: Ocean Green. HEX triplet: 5C, A6 and 6F. RGB value is (92,166,111). Sum of RGB (Red+Green+Blue) = 92+166+111=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA66F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA66F is #A35990. Grayscale: #898989. Windows color (decimal): -10705297 or 7317084. OLE color: 7317084.

HSL color Cylindrical-coordinate representation of color #5CA66F: hue angle of 135.41º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA66F is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 166 111 -
CMYK 0.45 0 0.33 0.35
HSL 135.41º 0.29% 0.51% -
HSV(B) 135.41º 0.45% 0.65% -
XYZ 20.92 30.7 19.86 -
YUV 137.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 92 166 111 0.45 0 0.33 0.35 135.41 0.29 0.51
Hex 5C A6 6F 2D 0 21 23 87 1D 33
Octal 134 246 157 55 0 41 43 207 35 63
Binary 1011100 10100110 1101111 101101 0 100001 100011 10000111 11101 110011

Color Harmonies of #5CA66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA66F

Black with #5CA66F

Text Example


Text Example

White with #5CA66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,166,111); }

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

background-color css

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

 a { background-color: rgb(92,166,111); }

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

border-color css

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

 span { border-color: rgb(92,166,111); }

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