Html Css Color HEX #9CD238 Atlantis

📋 copy color: '#9CD238'

red 156 ◦ green 210 ◦ blue 56

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

Shades of Atlantis #9CD238

Tints of Atlantis #9CD238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.76%

 BLUE value IS 56 (22.27% from 255) = 13.27%

R = 36.97%
G = 49.76%
B = 13.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#9CD238 (or 0x9CD238) is known color: Atlantis. HEX triplet: 9C, D2 and 38. RGB value is (156,210,56). Sum of RGB (Red+Green+Blue) = 156+210+56=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD238 is #632DC7. Grayscale: #B0B0B0. Windows color (decimal): -6499784 or 3723932. OLE color: 3723932.

HSL color Cylindrical-coordinate representation of color #9CD238: hue angle of 81.04º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CD238 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 210 56 -
CMYK 0.26 0 0.73 0.18
HSL 81.04º 0.63% 0.52% -
HSV(B) 81.04º 0.73% 0.82% -
XYZ 37.47 53.45 12.08 -
YUV 176.3 60.11 113.52 -
System Red Green Blue C M Y K H S L
Decimal 156 210 56 0.26 0 0.73 0.18 81.04 0.63 0.52
Hex 9C D2 38 1A 0 49 12 51 3F 34
Octal 234 322 70 32 0 111 22 121 77 64
Binary 10011100 11010010 111000 11010 0 1001001 10010 1010001 111111 110100

Color Harmonies of #9CD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD238

Black with #9CD238

Text Example


Text Example

White with #9CD238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,210,56); }

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

background-color css

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

 a { background-color: rgb(156,210,56); }

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

border-color css

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

 span { border-color: rgb(156,210,56); }

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