Html Css Color HEX #9DCD3F Atlantis

📋 copy color: '#9DCD3F'

red 157 ◦ green 205 ◦ blue 63

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

Shades of Atlantis #9DCD3F

Tints of Atlantis #9DCD3F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.24%

 BLUE value IS 63 (25% from 255) = 14.82%

R = 36.94%
G = 48.24%
B = 14.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#9DCD3F (or 0x9DCD3F) is known color: Atlantis. HEX triplet: 9D, CD and 3F. RGB value is (157,205,63). Sum of RGB (Red+Green+Blue) = 157+205+63=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD3F is #6232C0. Grayscale: #AEAEAE. Windows color (decimal): -6435521 or 4181405. OLE color: 4181405.

HSL color Cylindrical-coordinate representation of color #9DCD3F: hue angle of 80.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DCD3F is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 63 -
CMYK 0.23 0 0.69 0.20
HSL 80.28º 0.59% 0.53% -
HSV(B) 80.28º 0.69% 0.8% -
XYZ 36.63 51.19 12.65 -
YUV 174.46 65.1 115.55 -
System Red Green Blue C M Y K H S L
Decimal 157 205 63 0.23 0 0.69 0.20 80.28 0.59 0.53
Hex 9D CD 3F 17 0 45 14 50 3B 35
Octal 235 315 77 27 0 105 24 120 73 65
Binary 10011101 11001101 111111 10111 0 1000101 10100 1010000 111011 110101

Color Harmonies of #9DCD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD3F

Black with #9DCD3F

Text Example


Text Example

White with #9DCD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,205,63); }

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

background-color css

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

 a { background-color: rgb(157,205,63); }

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

border-color css

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

 span { border-color: rgb(157,205,63); }

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