Html Css Color HEX #9CE640 Atlantis

📋 copy color: '#9CE640'

red 156 ◦ green 230 ◦ blue 64

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

Shades of Atlantis #9CE640

Tints of Atlantis #9CE640

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.11%

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 34.67%
G = 51.11%
B = 14.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#9CE640 (or 0x9CE640) is known color: Atlantis. HEX triplet: 9C, E6 and 40. RGB value is (156,230,64). Sum of RGB (Red+Green+Blue) = 156+230+64=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CE640 is #6319BF. Grayscale: #BDBDBD. Windows color (decimal): -6494656 or 4253340. OLE color: 4253340.

HSL color Cylindrical-coordinate representation of color #9CE640: hue angle of 86.75º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CE640 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 156 230 64 -
CMYK 0.32 0 0.72 0.10
HSL 86.75º 0.77% 0.58% -
HSV(B) 86.75º 0.72% 0.9% -
XYZ 42.93 64.03 14.95 -
YUV 188.95 57.48 104.5 -
System Red Green Blue C M Y K H S L
Decimal 156 230 64 0.32 0 0.72 0.10 86.75 0.77 0.58
Hex 9C E6 40 20 0 48 A 57 4D 3A
Octal 234 346 100 40 0 110 12 127 115 72
Binary 10011100 11100110 1000000 100000 0 1001000 1010 1010111 1001101 111010

Color Harmonies of #9CE640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE640

Black with #9CE640

Text Example


Text Example

White with #9CE640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,230,64); }

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

background-color css

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

 a { background-color: rgb(156,230,64); }

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

border-color css

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

 span { border-color: rgb(156,230,64); }

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