Html Css Color HEX #9DC742 Atlantis

📋 copy color: '#9DC742'

red 157 ◦ green 199 ◦ blue 66

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

Shades of Atlantis #9DC742

Tints of Atlantis #9DC742

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.16%

 BLUE value IS 66 (26.17% from 255) = 15.64%

R = 37.2%
G = 47.16%
B = 15.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#9DC742 (or 0x9DC742) is known color: Atlantis. HEX triplet: 9D, C7 and 42. RGB value is (157,199,66). Sum of RGB (Red+Green+Blue) = 157+199+66=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC742 is #6238BD. Grayscale: #ABABAB. Windows color (decimal): -6437054 or 4376477. OLE color: 4376477.

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

Color convert

RGB 157 199 66 -
CMYK 0.21 0 0.67 0.22
HSL 78.95º 0.54% 0.52% -
HSV(B) 78.95º 0.67% 0.78% -
XYZ 35.31 48.41 12.64 -
YUV 171.28 68.59 117.81 -
System Red Green Blue C M Y K H S L
Decimal 157 199 66 0.21 0 0.67 0.22 78.95 0.54 0.52
Hex 9D C7 42 15 0 43 16 4F 36 34
Octal 235 307 102 25 0 103 26 117 66 64
Binary 10011101 11000111 1000010 10101 0 1000011 10110 1001111 110110 110100

Color Harmonies of #9DC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC742

Black with #9DC742

Text Example


Text Example

White with #9DC742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,199,66); }

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

background-color css

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

 a { background-color: rgb(157,199,66); }

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

border-color css

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

 span { border-color: rgb(157,199,66); }

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