Html Css Color HEX #9FE13C Atlantis

📋 copy color: '#9FE13C'

red 159 ◦ green 225 ◦ blue 60

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

Shades of Atlantis #9FE13C

Tints of Atlantis #9FE13C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.68%

 BLUE value IS 60 (23.83% from 255) = 13.51%

R = 35.81%
G = 50.68%
B = 13.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#9FE13C (or 0x9FE13C) is known color: Atlantis. HEX triplet: 9F, E1 and 3C. RGB value is (159,225,60). Sum of RGB (Red+Green+Blue) = 159+225+60=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE13C is #601EC3. Grayscale: #BBBBBB. Windows color (decimal): -6299332 or 3989919. OLE color: 3989919.

HSL color Cylindrical-coordinate representation of color #9FE13C: hue angle of 84º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FE13C is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 60 -
CMYK 0.29 0 0.73 0.12
HSL 84º 0.73% 0.56% -
HSV(B) 84º 0.73% 0.88% -
XYZ 42.04 61.55 13.94 -
YUV 186.46 56.63 108.42 -
System Red Green Blue C M Y K H S L
Decimal 159 225 60 0.29 0 0.73 0.12 84 0.73 0.56
Hex 9F E1 3C 1D 0 49 C 54 49 38
Octal 237 341 74 35 0 111 14 124 111 70
Binary 10011111 11100001 111100 11101 0 1001001 1100 1010100 1001001 111000

Color Harmonies of #9FE13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE13C

Black with #9FE13C

Text Example


Text Example

White with #9FE13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,225,60); }

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

background-color css

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

 a { background-color: rgb(159,225,60); }

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

border-color css

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

 span { border-color: rgb(159,225,60); }

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