Html Css Color HEX #9EDF30 Atlantis

📋 copy color: '#9EDF30'

red 158 ◦ green 223 ◦ blue 48

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

Shades of Atlantis #9EDF30

Tints of Atlantis #9EDF30

RGB

 RED value IS 158 (62.11% from 255) = 36.83%

 GREEN value IS 223 (87.5% from 255) = 51.98%

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

R = 36.83%
G = 51.98%
B = 11.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#9EDF30 (or 0x9EDF30) is known color: Atlantis. HEX triplet: 9E, DF and 30. RGB value is (158,223,48). Sum of RGB (Red+Green+Blue) = 158+223+48=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDF30 is #6120CF. Grayscale: #B8B8B8. Windows color (decimal): -6365392 or 3202974. OLE color: 3202974.

HSL color Cylindrical-coordinate representation of color #9EDF30: hue angle of 82.29º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EDF30 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 48 -
CMYK 0.29 0 0.78 0.13
HSL 82.29º 0.73% 0.53% -
HSV(B) 82.29º 0.78% 0.87% -
XYZ 41.02 60.26 12.27 -
YUV 183.62 51.47 109.73 -
System Red Green Blue C M Y K H S L
Decimal 158 223 48 0.29 0 0.78 0.13 82.29 0.73 0.53
Hex 9E DF 30 1D 0 4E D 52 49 35
Octal 236 337 60 35 0 116 15 122 111 65
Binary 10011110 11011111 110000 11101 0 1001110 1101 1010010 1001001 110101

Color Harmonies of #9EDF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDF30

Black with #9EDF30

Text Example


Text Example

White with #9EDF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,223,48); }

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

background-color css

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

 a { background-color: rgb(158,223,48); }

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

border-color css

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

 span { border-color: rgb(158,223,48); }

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