Html Css Color HEX #9FE145 Atlantis

📋 copy color: '#9FE145'

red 159 ◦ green 225 ◦ blue 69

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

Shades of Atlantis #9FE145

Tints of Atlantis #9FE145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.23%

R = 35.1%
G = 49.67%
B = 15.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#9FE145 (or 0x9FE145) is known color: Atlantis. HEX triplet: 9F, E1 and 45. RGB value is (159,225,69). Sum of RGB (Red+Green+Blue) = 159+225+69=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE145 is #601EBA. Grayscale: #BCBCBC. Windows color (decimal): -6299323 or 4579743. OLE color: 4579743.

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

Color convert

RGB 159 225 69 -
CMYK 0.29 0 0.69 0.12
HSL 85.38º 0.72% 0.58% -
HSV(B) 85.38º 0.69% 0.88% -
XYZ 42.3 61.65 15.3 -
YUV 187.48 61.13 107.68 -
System Red Green Blue C M Y K H S L
Decimal 159 225 69 0.29 0 0.69 0.12 85.38 0.72 0.58
Hex 9F E1 45 1D 0 45 C 55 48 3A
Octal 237 341 105 35 0 105 14 125 110 72
Binary 10011111 11100001 1000101 11101 0 1000101 1100 1010101 1001000 111010

Color Harmonies of #9FE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE145

Black with #9FE145

Text Example


Text Example

White with #9FE145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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