Html Css Color HEX #9ED24B Atlantis

📋 copy color: '#9ED24B'

red 158 ◦ green 210 ◦ blue 75

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

Shades of Atlantis #9ED24B

Tints of Atlantis #9ED24B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.4%

 BLUE value IS 75 (29.69% from 255) = 16.93%

R = 35.67%
G = 47.4%
B = 16.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#9ED24B (or 0x9ED24B) is known color: Atlantis. HEX triplet: 9E, D2 and 4B. RGB value is (158,210,75). Sum of RGB (Red+Green+Blue) = 158+210+75=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED24B is #612DB4. Grayscale: #B3B3B3. Windows color (decimal): -6368693 or 4969118. OLE color: 4969118.

HSL color Cylindrical-coordinate representation of color #9ED24B: hue angle of 83.11º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9ED24B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 210 75 -
CMYK 0.25 0 0.64 0.18
HSL 83.11º 0.6% 0.56% -
HSV(B) 83.11º 0.64% 0.82% -
XYZ 38.42 53.87 15.03 -
YUV 179.06 69.27 112.98 -
System Red Green Blue C M Y K H S L
Decimal 158 210 75 0.25 0 0.64 0.18 83.11 0.6 0.56
Hex 9E D2 4B 19 0 40 12 53 3C 38
Octal 236 322 113 31 0 100 22 123 74 70
Binary 10011110 11010010 1001011 11001 0 1000000 10010 1010011 111100 111000

Color Harmonies of #9ED24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED24B

Black with #9ED24B

Text Example


Text Example

White with #9ED24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,210,75); }

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

background-color css

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

 a { background-color: rgb(158,210,75); }

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

border-color css

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

 span { border-color: rgb(158,210,75); }

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