Html Css Color HEX #9CDF3D Atlantis

📋 copy color: '#9CDF3D'

red 156 ◦ green 223 ◦ blue 61

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

Shades of Atlantis #9CDF3D

Tints of Atlantis #9CDF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.68%

 BLUE value IS 61 (24.22% from 255) = 13.86%

R = 35.45%
G = 50.68%
B = 13.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#9CDF3D (or 0x9CDF3D) is known color: Atlantis. HEX triplet: 9C, DF and 3D. RGB value is (156,223,61). Sum of RGB (Red+Green+Blue) = 156+223+61=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDF3D is #6320C2. Grayscale: #B9B9B9. Windows color (decimal): -6496451 or 4054940. OLE color: 4054940.

HSL color Cylindrical-coordinate representation of color #9CDF3D: hue angle of 84.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CDF3D is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 223 61 -
CMYK 0.30 0 0.73 0.13
HSL 84.81º 0.72% 0.56% -
HSV(B) 84.81º 0.73% 0.87% -
XYZ 40.94 60.18 13.87 -
YUV 184.5 58.3 107.67 -
System Red Green Blue C M Y K H S L
Decimal 156 223 61 0.30 0 0.73 0.13 84.81 0.72 0.56
Hex 9C DF 3D 1E 0 49 D 55 48 38
Octal 234 337 75 36 0 111 15 125 110 70
Binary 10011100 11011111 111101 11110 0 1001001 1101 1010101 1001000 111000

Color Harmonies of #9CDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDF3D

Black with #9CDF3D

Text Example


Text Example

White with #9CDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,223,61); }

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

background-color css

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

 a { background-color: rgb(156,223,61); }

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

border-color css

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

 span { border-color: rgb(156,223,61); }

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