Html Css Color HEX #9CDA41 Atlantis

📋 copy color: '#9CDA41'

red 156 ◦ green 218 ◦ blue 65

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

Shades of Atlantis #9CDA41

Tints of Atlantis #9CDA41

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.66%

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

R = 35.54%
G = 49.66%
B = 14.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#9CDA41 (or 0x9CDA41) is known color: Atlantis. HEX triplet: 9C, DA and 41. RGB value is (156,218,65). Sum of RGB (Red+Green+Blue) = 156+218+65=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDA41 is #6325BE. Grayscale: #B6B6B6. Windows color (decimal): -6497727 or 4315804. OLE color: 4315804.

HSL color Cylindrical-coordinate representation of color #9CDA41: hue angle of 84.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CDA41 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 218 65 -
CMYK 0.28 0 0.70 0.15
HSL 84.31º 0.67% 0.55% -
HSV(B) 84.31º 0.7% 0.85% -
XYZ 39.74 57.59 14.02 -
YUV 182.02 61.96 109.44 -
System Red Green Blue C M Y K H S L
Decimal 156 218 65 0.28 0 0.70 0.15 84.31 0.67 0.55
Hex 9C DA 41 1C 0 46 F 54 43 37
Octal 234 332 101 34 0 106 17 124 103 67
Binary 10011100 11011010 1000001 11100 0 1000110 1111 1010100 1000011 110111

Color Harmonies of #9CDA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDA41

Black with #9CDA41

Text Example


Text Example

White with #9CDA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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