Html Css Color HEX #9DE030 Atlantis

📋 copy color: '#9DE030'

red 157 ◦ green 224 ◦ blue 48

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

Shades of Atlantis #9DE030

Tints of Atlantis #9DE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.21%

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 36.6%
G = 52.21%
B = 11.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#9DE030 (or 0x9DE030) is known color: Atlantis. HEX triplet: 9D, E0 and 30. RGB value is (157,224,48). Sum of RGB (Red+Green+Blue) = 157+224+48=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE030 is #621FCF. Grayscale: #B8B8B8. Windows color (decimal): -6430672 or 3203229. OLE color: 3203229.

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

Color convert

RGB 157 224 48 -
CMYK 0.30 0 0.79 0.12
HSL 82.84º 0.74% 0.53% -
HSV(B) 82.84º 0.79% 0.88% -
XYZ 41.09 60.69 12.35 -
YUV 183.9 51.3 108.81 -
System Red Green Blue C M Y K H S L
Decimal 157 224 48 0.30 0 0.79 0.12 82.84 0.74 0.53
Hex 9D E0 30 1E 0 4F C 53 4A 35
Octal 235 340 60 36 0 117 14 123 112 65
Binary 10011101 11100000 110000 11110 0 1001111 1100 1010011 1001010 110101

Color Harmonies of #9DE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE030

Black with #9DE030

Text Example


Text Example

White with #9DE030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,224,48); }

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

background-color css

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

 a { background-color: rgb(157,224,48); }

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

border-color css

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

 span { border-color: rgb(157,224,48); }

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