Html Css Color HEX #9CDC3F Atlantis

📋 copy color: '#9CDC3F'

red 156 ◦ green 220 ◦ blue 63

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

Shades of Atlantis #9CDC3F

Tints of Atlantis #9CDC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.11%

 BLUE value IS 63 (25% from 255) = 14.35%

R = 35.54%
G = 50.11%
B = 14.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#9CDC3F (or 0x9CDC3F) is known color: Atlantis. HEX triplet: 9C, DC and 3F. RGB value is (156,220,63). Sum of RGB (Red+Green+Blue) = 156+220+63=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDC3F is #6323C0. Grayscale: #B7B7B7. Windows color (decimal): -6497217 or 4185244. OLE color: 4185244.

HSL color Cylindrical-coordinate representation of color #9CDC3F: hue angle of 84.46º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9CDC3F is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 220 63 -
CMYK 0.29 0 0.71 0.14
HSL 84.46º 0.69% 0.55% -
HSV(B) 84.46º 0.71% 0.86% -
XYZ 40.2 58.61 13.9 -
YUV 182.97 60.3 108.77 -
System Red Green Blue C M Y K H S L
Decimal 156 220 63 0.29 0 0.71 0.14 84.46 0.69 0.55
Hex 9C DC 3F 1D 0 47 E 54 45 37
Octal 234 334 77 35 0 107 16 124 105 67
Binary 10011100 11011100 111111 11101 0 1000111 1110 1010100 1000101 110111

Color Harmonies of #9CDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC3F

Black with #9CDC3F

Text Example


Text Example

White with #9CDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,220,63); }

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

background-color css

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

 a { background-color: rgb(156,220,63); }

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

border-color css

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

 span { border-color: rgb(156,220,63); }

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