Html Css Color HEX #9FCD4D Atlantis

📋 copy color: '#9FCD4D'

red 159 ◦ green 205 ◦ blue 77

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

Shades of Atlantis #9FCD4D

Tints of Atlantis #9FCD4D

RGB

 RED value IS 159 (62.5% from 255) = 36.05%

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

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 36.05%
G = 46.49%
B = 17.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#9FCD4D (or 0x9FCD4D) is known color: Atlantis. HEX triplet: 9F, CD and 4D. RGB value is (159,205,77). Sum of RGB (Red+Green+Blue) = 159+205+77=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD4D is #6032B2. Grayscale: #B1B1B1. Windows color (decimal): -6304435 or 5098911. OLE color: 5098911.

HSL color Cylindrical-coordinate representation of color #9FCD4D: hue angle of 81.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FCD4D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 205 77 -
CMYK 0.22 0 0.62 0.20
HSL 81.56º 0.56% 0.55% -
HSV(B) 81.56º 0.62% 0.8% -
XYZ 37.47 51.57 15 -
YUV 176.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 159 205 77 0.22 0 0.62 0.20 81.56 0.56 0.55
Hex 9F CD 4D 16 0 3E 14 52 38 37
Octal 237 315 115 26 0 76 24 122 70 67
Binary 10011111 11001101 1001101 10110 0 111110 10100 1010010 111000 110111

Color Harmonies of #9FCD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD4D

Black with #9FCD4D

Text Example


Text Example

White with #9FCD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,205,77); }

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

background-color css

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

 a { background-color: rgb(159,205,77); }

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

border-color css

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

 span { border-color: rgb(159,205,77); }

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