Html Css Color HEX #9DCC3D Atlantis

📋 copy color: '#9DCC3D'

red 157 ◦ green 204 ◦ blue 61

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

Shades of Atlantis #9DCC3D

Tints of Atlantis #9DCC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.34%

 BLUE value IS 61 (24.22% from 255) = 14.45%

R = 37.2%
G = 48.34%
B = 14.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#9DCC3D (or 0x9DCC3D) is known color: Atlantis. HEX triplet: 9D, CC and 3D. RGB value is (157,204,61). Sum of RGB (Red+Green+Blue) = 157+204+61=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCC3D is #6233C2. Grayscale: #AEAEAE. Windows color (decimal): -6435779 or 4050077. OLE color: 4050077.

HSL color Cylindrical-coordinate representation of color #9DCC3D: hue angle of 79.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DCC3D is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 204 61 -
CMYK 0.23 0 0.70 0.2
HSL 79.72º 0.58% 0.52% -
HSV(B) 79.72º 0.7% 0.8% -
XYZ 36.34 50.69 12.28 -
YUV 173.65 64.43 116.13 -
System Red Green Blue C M Y K H S L
Decimal 157 204 61 0.23 0 0.70 0.2 79.72 0.58 0.52
Hex 9D CC 3D 17 0 46 14 50 3A 34
Octal 235 314 75 27 0 106 24 120 72 64
Binary 10011101 11001100 111101 10111 0 1000110 10100 1010000 111010 110100

Color Harmonies of #9DCC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCC3D

Black with #9DCC3D

Text Example


Text Example

White with #9DCC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,204,61); }

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

background-color css

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

 a { background-color: rgb(157,204,61); }

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

border-color css

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

 span { border-color: rgb(157,204,61); }

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