Html Css Color HEX #9CE145 Atlantis

📋 copy color: '#9CE145'

red 156 ◦ green 225 ◦ blue 69

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

Shades of Atlantis #9CE145

Tints of Atlantis #9CE145

RGB

 RED value IS 156 (61.33% from 255) = 34.67%

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

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

R = 34.67%
G = 50%
B = 15.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#9CE145 (or 0x9CE145) is known color: Atlantis. HEX triplet: 9C, E1 and 45. RGB value is (156,225,69). Sum of RGB (Red+Green+Blue) = 156+225+69=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE145 is #631EBA. Grayscale: #BBBBBB. Windows color (decimal): -6495931 or 4579740. OLE color: 4579740.

HSL color Cylindrical-coordinate representation of color #9CE145: hue angle of 86.54º 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 #9CE145 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 225 69 -
CMYK 0.31 0 0.69 0.12
HSL 86.54º 0.72% 0.58% -
HSV(B) 86.54º 0.69% 0.88% -
XYZ 41.71 61.35 15.27 -
YUV 186.59 61.64 106.18 -
System Red Green Blue C M Y K H S L
Decimal 156 225 69 0.31 0 0.69 0.12 86.54 0.72 0.58
Hex 9C E1 45 1F 0 45 C 57 48 3A
Octal 234 341 105 37 0 105 14 127 110 72
Binary 10011100 11100001 1000101 11111 0 1000101 1100 1010111 1001000 111010

Color Harmonies of #9CE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE145

Black with #9CE145

Text Example


Text Example

White with #9CE145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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