Html Css Color HEX #9DC94B Atlantis

📋 copy color: '#9DC94B'

red 157 ◦ green 201 ◦ blue 75

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

Shades of Atlantis #9DC94B

Tints of Atlantis #9DC94B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.42%

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

R = 36.26%
G = 46.42%
B = 17.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#9DC94B (or 0x9DC94B) is known color: Atlantis. HEX triplet: 9D, C9 and 4B. RGB value is (157,201,75). Sum of RGB (Red+Green+Blue) = 157+201+75=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC94B is #6236B4. Grayscale: #ADADAD. Windows color (decimal): -6436533 or 4966813. OLE color: 4966813.

HSL color Cylindrical-coordinate representation of color #9DC94B: hue angle of 80.95º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DC94B is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 201 75 -
CMYK 0.22 0 0.63 0.21
HSL 80.95º 0.54% 0.54% -
HSV(B) 80.95º 0.63% 0.79% -
XYZ 36.06 49.45 14.3 -
YUV 173.48 72.42 116.25 -
System Red Green Blue C M Y K H S L
Decimal 157 201 75 0.22 0 0.63 0.21 80.95 0.54 0.54
Hex 9D C9 4B 16 0 3F 15 51 36 36
Octal 235 311 113 26 0 77 25 121 66 66
Binary 10011101 11001001 1001011 10110 0 111111 10101 1010001 110110 110110

Color Harmonies of #9DC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC94B

Black with #9DC94B

Text Example


Text Example

White with #9DC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,201,75); }

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

background-color css

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

 a { background-color: rgb(157,201,75); }

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

border-color css

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

 span { border-color: rgb(157,201,75); }

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