Html Css Color HEX #9CD541 Atlantis

📋 copy color: '#9CD541'

red 156 ◦ green 213 ◦ blue 65

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

Shades of Atlantis #9CD541

Tints of Atlantis #9CD541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.08%

 BLUE value IS 65 (25.78% from 255) = 14.98%

R = 35.94%
G = 49.08%
B = 14.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#9CD541 (or 0x9CD541) is known color: Atlantis. HEX triplet: 9C, D5 and 41. RGB value is (156,213,65). Sum of RGB (Red+Green+Blue) = 156+213+65=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD541 is #632ABE. Grayscale: #B3B3B3. Windows color (decimal): -6499007 or 4314524. OLE color: 4314524.

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

Color convert

RGB 156 213 65 -
CMYK 0.27 0 0.69 0.16
HSL 83.11º 0.64% 0.55% -
HSV(B) 83.11º 0.69% 0.84% -
XYZ 38.46 55.04 13.6 -
YUV 179.09 63.62 111.53 -
System Red Green Blue C M Y K H S L
Decimal 156 213 65 0.27 0 0.69 0.16 83.11 0.64 0.55
Hex 9C D5 41 1B 0 45 10 53 40 37
Octal 234 325 101 33 0 105 20 123 100 67
Binary 10011100 11010101 1000001 11011 0 1000101 10000 1010011 1000000 110111

Color Harmonies of #9CD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD541

Black with #9CD541

Text Example


Text Example

White with #9CD541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,213,65); }

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

background-color css

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

 a { background-color: rgb(156,213,65); }

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

border-color css

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

 span { border-color: rgb(156,213,65); }

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