Html Css Color HEX #9CE130 Atlantis

📋 copy color: '#9CE130'

red 156 ◦ green 225 ◦ blue 48

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

Shades of Atlantis #9CE130

Tints of Atlantis #9CE130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 36.36%
G = 52.45%
B = 11.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#9CE130 (or 0x9CE130) is known color: Atlantis. HEX triplet: 9C, E1 and 30. RGB value is (156,225,48). Sum of RGB (Red+Green+Blue) = 156+225+48=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE130 is #631ECF. Grayscale: #B8B8B8. Windows color (decimal): -6495952 or 3203484. OLE color: 3203484.

HSL color Cylindrical-coordinate representation of color #9CE130: hue angle of 83.39º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9CE130 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 225 48 -
CMYK 0.31 0 0.79 0.12
HSL 83.39º 0.75% 0.54% -
HSV(B) 83.39º 0.79% 0.88% -
XYZ 41.17 61.13 12.43 -
YUV 184.19 51.14 107.89 -
System Red Green Blue C M Y K H S L
Decimal 156 225 48 0.31 0 0.79 0.12 83.39 0.75 0.54
Hex 9C E1 30 1F 0 4F C 53 4B 36
Octal 234 341 60 37 0 117 14 123 113 66
Binary 10011100 11100001 110000 11111 0 1001111 1100 1010011 1001011 110110

Color Harmonies of #9CE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE130

Black with #9CE130

Text Example


Text Example

White with #9CE130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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