Html Css Color HEX #9ED04B Atlantis

📋 copy color: '#9ED04B'

red 158 ◦ green 208 ◦ blue 75

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

Shades of Atlantis #9ED04B

Tints of Atlantis #9ED04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.17%

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

R = 35.83%
G = 47.17%
B = 17.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#9ED04B (or 0x9ED04B) is known color: Atlantis. HEX triplet: 9E, D0 and 4B. RGB value is (158,208,75). Sum of RGB (Red+Green+Blue) = 158+208+75=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED04B is #612FB4. Grayscale: #B2B2B2. Windows color (decimal): -6369205 or 4968606. OLE color: 4968606.

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

Color convert

RGB 158 208 75 -
CMYK 0.24 0 0.64 0.18
HSL 82.56º 0.59% 0.55% -
HSV(B) 82.56º 0.64% 0.82% -
XYZ 37.93 52.89 14.87 -
YUV 177.89 69.94 113.81 -
System Red Green Blue C M Y K H S L
Decimal 158 208 75 0.24 0 0.64 0.18 82.56 0.59 0.55
Hex 9E D0 4B 18 0 40 12 53 3B 37
Octal 236 320 113 30 0 100 22 123 73 67
Binary 10011110 11010000 1001011 11000 0 1000000 10010 1010011 111011 110111

Color Harmonies of #9ED04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED04B

Black with #9ED04B

Text Example


Text Example

White with #9ED04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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