Html Css Color HEX #9FCA53 Atlantis

📋 copy color: '#9FCA53'

red 159 ◦ green 202 ◦ blue 83

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

Shades of Atlantis #9FCA53

Tints of Atlantis #9FCA53

RGB

 RED value IS 159 (62.5% from 255) = 35.81%

 GREEN value IS 202 (79.3% from 255) = 45.5%

 BLUE value IS 83 (32.81% from 255) = 18.69%

R = 35.81%
G = 45.5%
B = 18.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#9FCA53 (or 0x9FCA53) is known color: Atlantis. HEX triplet: 9F, CA and 53. RGB value is (159,202,83). Sum of RGB (Red+Green+Blue) = 159+202+83=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA53 is #6035AC. Grayscale: #B0B0B0. Windows color (decimal): -6305197 or 5491359. OLE color: 5491359.

HSL color Cylindrical-coordinate representation of color #9FCA53: hue angle of 81.68º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FCA53 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 83 -
CMYK 0.21 0 0.59 0.21
HSL 81.68º 0.53% 0.56% -
HSV(B) 81.68º 0.59% 0.79% -
XYZ 36.98 50.24 15.93 -
YUV 175.58 75.75 116.18 -
System Red Green Blue C M Y K H S L
Decimal 159 202 83 0.21 0 0.59 0.21 81.68 0.53 0.56
Hex 9F CA 53 15 0 3B 15 52 35 38
Octal 237 312 123 25 0 73 25 122 65 70
Binary 10011111 11001010 1010011 10101 0 111011 10101 1010010 110101 111000

Color Harmonies of #9FCA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA53

Black with #9FCA53

Text Example


Text Example

White with #9FCA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCA53; }

 p { color: rgb(159,202,83); }

 H1.HeaderClassName
 {
   color: #9FCA53;
 }
 .AnyTagClassName
 {
   color: #9FCA53;
 }
</style>

background-color css

<style>
 a { background-color: #9FCA53; }

 a { background-color: rgb(159,202,83); }

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

border-color css

<style>
 span { border-color: #9FCA53; }

 span { border-color: rgb(159,202,83); }

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