Html Css Color HEX #9DE146 Atlantis

📋 copy color: '#9DE146'

red 157 ◦ green 225 ◦ blue 70

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

Shades of Atlantis #9DE146

Tints of Atlantis #9DE146

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.78%

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 34.73%
G = 49.78%
B = 15.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#9DE146 (or 0x9DE146) is known color: Atlantis. HEX triplet: 9D, E1 and 46. RGB value is (157,225,70). Sum of RGB (Red+Green+Blue) = 157+225+70=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE146 is #621EB9. Grayscale: #BBBBBB. Windows color (decimal): -6430394 or 4645277. OLE color: 4645277.

HSL color Cylindrical-coordinate representation of color #9DE146: hue angle of 86.32º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DE146 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 157 225 70 -
CMYK 0.30 0 0.69 0.12
HSL 86.32º 0.72% 0.58% -
HSV(B) 86.32º 0.69% 0.88% -
XYZ 41.94 61.46 15.45 -
YUV 187 61.97 106.6 -
System Red Green Blue C M Y K H S L
Decimal 157 225 70 0.30 0 0.69 0.12 86.32 0.72 0.58
Hex 9D E1 46 1E 0 45 C 56 48 3A
Octal 235 341 106 36 0 105 14 126 110 72
Binary 10011101 11100001 1000110 11110 0 1000101 1100 1010110 1001000 111010

Color Harmonies of #9DE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE146

Black with #9DE146

Text Example


Text Example

White with #9DE146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,225,70); }

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

background-color css

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

 a { background-color: rgb(157,225,70); }

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

border-color css

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

 span { border-color: rgb(157,225,70); }

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