Html Css Color HEX #8CA53E Sushi

📋 copy color: '#8CA53E'

red 140 ◦ green 165 ◦ blue 62

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

Shades of Sushi #8CA53E

Tints of Sushi #8CA53E

RGB

 RED value IS 140 (55.08% from 255) = 38.15%

 GREEN value IS 165 (64.84% from 255) = 44.96%

 BLUE value IS 62 (24.61% from 255) = 16.89%

R = 38.15%
G = 44.96%
B = 16.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#8CA53E (or 0x8CA53E) is known color: Sushi. HEX triplet: 8C, A5 and 3E. RGB value is (140,165,62). Sum of RGB (Red+Green+Blue) = 140+165+62=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA53E is #735AC1. Grayscale: #929292. Windows color (decimal): -7559874 or 4105612. OLE color: 4105612.

HSL color Cylindrical-coordinate representation of color #8CA53E: hue angle of 74.56º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CA53E is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 62 -
CMYK 0.15 0 0.62 0.35
HSL 74.56º 0.45% 0.45% -
HSV(B) 74.56º 0.62% 0.65% -
XYZ 25.14 32.83 9.57 -
YUV 145.78 80.72 123.88 -
System Red Green Blue C M Y K H S L
Decimal 140 165 62 0.15 0 0.62 0.35 74.56 0.45 0.45
Hex 8C A5 3E F 0 3E 23 4B 2D 2D
Octal 214 245 76 17 0 76 43 113 55 55
Binary 10001100 10100101 111110 1111 0 111110 100011 1001011 101101 101101

Color Harmonies of #8CA53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA53E

Black with #8CA53E

Text Example


Text Example

White with #8CA53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CA53E; }

 p { color: rgb(140,165,62); }

 H1.HeaderClassName
 {
   color: #8CA53E;
 }
 .AnyTagClassName
 {
   color: #8CA53E;
 }
</style>

background-color css

<style>
 a { background-color: #8CA53E; }

 a { background-color: rgb(140,165,62); }

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

border-color css

<style>
 span { border-color: #8CA53E; }

 span { border-color: rgb(140,165,62); }

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