Html Css Color HEX #9CD053 Atlantis

📋 copy color: '#9CD053'

red 156 ◦ green 208 ◦ blue 83

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

Shades of Atlantis #9CD053

Tints of Atlantis #9CD053

RGB

 RED value IS 156 (61.33% from 255) = 34.9%

 GREEN value IS 208 (81.64% from 255) = 46.53%

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

R = 34.9%
G = 46.53%
B = 18.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#9CD053 (or 0x9CD053) is known color: Atlantis. HEX triplet: 9C, D0 and 53. RGB value is (156,208,83). Sum of RGB (Red+Green+Blue) = 156+208+83=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD053 is #632FAC. Grayscale: #B2B2B2. Windows color (decimal): -6500269 or 5492892. OLE color: 5492892.

HSL color Cylindrical-coordinate representation of color #9CD053: hue angle of 84.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CD053 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 208 83 -
CMYK 0.25 0 0.60 0.18
HSL 84.96º 0.57% 0.57% -
HSV(B) 84.96º 0.6% 0.82% -
XYZ 37.83 52.8 16.38 -
YUV 178.2 74.27 112.16 -
System Red Green Blue C M Y K H S L
Decimal 156 208 83 0.25 0 0.60 0.18 84.96 0.57 0.57
Hex 9C D0 53 19 0 3C 12 55 39 39
Octal 234 320 123 31 0 74 22 125 71 71
Binary 10011100 11010000 1010011 11001 0 111100 10010 1010101 111001 111001

Color Harmonies of #9CD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD053

Black with #9CD053

Text Example


Text Example

White with #9CD053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,208,83); }

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

background-color css

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

 a { background-color: rgb(156,208,83); }

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

border-color css

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

 span { border-color: rgb(156,208,83); }

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