Html Css Color HEX #9FD538 Atlantis

📋 copy color: '#9FD538'

red 159 ◦ green 213 ◦ blue 56

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

Shades of Atlantis #9FD538

Tints of Atlantis #9FD538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.08%

R = 37.15%
G = 49.77%
B = 13.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#9FD538 (or 0x9FD538) is known color: Atlantis. HEX triplet: 9F, D5 and 38. RGB value is (159,213,56). Sum of RGB (Red+Green+Blue) = 159+213+56=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD538 is #602AC7. Grayscale: #B3B3B3. Windows color (decimal): -6302408 or 3724703. OLE color: 3724703.

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

Color convert

RGB 159 213 56 -
CMYK 0.25 0 0.74 0.16
HSL 80.64º 0.65% 0.53% -
HSV(B) 80.64º 0.74% 0.84% -
XYZ 38.81 55.24 12.36 -
YUV 178.96 58.61 113.77 -
System Red Green Blue C M Y K H S L
Decimal 159 213 56 0.25 0 0.74 0.16 80.64 0.65 0.53
Hex 9F D5 38 19 0 4A 10 51 41 35
Octal 237 325 70 31 0 112 20 121 101 65
Binary 10011111 11010101 111000 11001 0 1001010 10000 1010001 1000001 110101

Color Harmonies of #9FD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD538

Black with #9FD538

Text Example


Text Example

White with #9FD538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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