Html Css Color HEX #9DD440 Atlantis

📋 copy color: '#9DD440'

red 157 ◦ green 212 ◦ blue 64

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

Shades of Atlantis #9DD440

Tints of Atlantis #9DD440

RGB

 RED value IS 157 (61.72% from 255) = 36.26%

 GREEN value IS 212 (83.2% from 255) = 48.96%

 BLUE value IS 64 (25.39% from 255) = 14.78%

R = 36.26%
G = 48.96%
B = 14.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#9DD440 (or 0x9DD440) is known color: Atlantis. HEX triplet: 9D, D4 and 40. RGB value is (157,212,64). Sum of RGB (Red+Green+Blue) = 157+212+64=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD440 is #622BBF. Grayscale: #B3B3B3. Windows color (decimal): -6433728 or 4248733. OLE color: 4248733.

HSL color Cylindrical-coordinate representation of color #9DD440: hue angle of 82.3º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DD440 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 212 64 -
CMYK 0.26 0 0.70 0.17
HSL 82.3º 0.63% 0.54% -
HSV(B) 82.3º 0.7% 0.83% -
XYZ 38.37 54.63 13.37 -
YUV 178.68 63.28 112.53 -
System Red Green Blue C M Y K H S L
Decimal 157 212 64 0.26 0 0.70 0.17 82.3 0.63 0.54
Hex 9D D4 40 1A 0 46 11 52 3F 36
Octal 235 324 100 32 0 106 21 122 77 66
Binary 10011101 11010100 1000000 11010 0 1000110 10001 1010010 111111 110110

Color Harmonies of #9DD440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD440

Black with #9DD440

Text Example


Text Example

White with #9DD440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,212,64); }

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

background-color css

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

 a { background-color: rgb(157,212,64); }

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

border-color css

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

 span { border-color: rgb(157,212,64); }

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