Html Css Color HEX #9FD536 Atlantis

📋 copy color: '#9FD536'

red 159 ◦ green 213 ◦ blue 54

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

Shades of Atlantis #9FD536

Tints of Atlantis #9FD536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50%

 BLUE value IS 54 (21.48% from 255) = 12.68%

R = 37.32%
G = 50%
B = 12.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#9FD536 (or 0x9FD536) is known color: Atlantis. HEX triplet: 9F, D5 and 36. RGB value is (159,213,54). Sum of RGB (Red+Green+Blue) = 159+213+54=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD536 is #602AC9. Grayscale: #B3B3B3. Windows color (decimal): -6302410 or 3593631. OLE color: 3593631.

HSL color Cylindrical-coordinate representation of color #9FD536: hue angle of 80.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FD536 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 213 54 -
CMYK 0.25 0 0.75 0.16
HSL 80.38º 0.65% 0.52% -
HSV(B) 80.38º 0.75% 0.84% -
XYZ 38.76 55.23 12.11 -
YUV 178.73 57.61 113.93 -
System Red Green Blue C M Y K H S L
Decimal 159 213 54 0.25 0 0.75 0.16 80.38 0.65 0.52
Hex 9F D5 36 19 0 4B 10 50 41 34
Octal 237 325 66 31 0 113 20 120 101 64
Binary 10011111 11010101 110110 11001 0 1001011 10000 1010000 1000001 110100

Color Harmonies of #9FD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD536

Black with #9FD536

Text Example


Text Example

White with #9FD536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,213,54); }

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

background-color css

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

 a { background-color: rgb(159,213,54); }

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

border-color css

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

 span { border-color: rgb(159,213,54); }

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