Html Css Color HEX #9DD63C Atlantis

📋 copy color: '#9DD63C'

red 157 ◦ green 214 ◦ blue 60

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

Shades of Atlantis #9DD63C

Tints of Atlantis #9DD63C

RGB

 RED value IS 157 (61.72% from 255) = 36.43%

 GREEN value IS 214 (83.98% from 255) = 49.65%

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 36.43%
G = 49.65%
B = 13.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#9DD63C (or 0x9DD63C) is known color: Atlantis. HEX triplet: 9D, D6 and 3C. RGB value is (157,214,60). Sum of RGB (Red+Green+Blue) = 157+214+60=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD63C is #6229C3. Grayscale: #B3B3B3. Windows color (decimal): -6433220 or 3987101. OLE color: 3987101.

HSL color Cylindrical-coordinate representation of color #9DD63C: hue angle of 82.21º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DD63C is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 60 -
CMYK 0.27 0 0.72 0.16
HSL 82.21º 0.65% 0.54% -
HSV(B) 82.21º 0.72% 0.84% -
XYZ 38.77 55.59 12.96 -
YUV 179.4 60.62 112.02 -
System Red Green Blue C M Y K H S L
Decimal 157 214 60 0.27 0 0.72 0.16 82.21 0.65 0.54
Hex 9D D6 3C 1B 0 48 10 52 41 36
Octal 235 326 74 33 0 110 20 122 101 66
Binary 10011101 11010110 111100 11011 0 1001000 10000 1010010 1000001 110110

Color Harmonies of #9DD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD63C

Black with #9DD63C

Text Example


Text Example

White with #9DD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,214,60); }

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

background-color css

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

 a { background-color: rgb(157,214,60); }

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

border-color css

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

 span { border-color: rgb(157,214,60); }

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