Html Css Color HEX #9BE446 Atlantis

📋 copy color: '#9BE446'

red 155 ◦ green 228 ◦ blue 70

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

Shades of Atlantis #9BE446

Tints of Atlantis #9BE446

RGB

 RED value IS 155 (60.94% from 255) = 34.22%

 GREEN value IS 228 (89.45% from 255) = 50.33%

 BLUE value IS 70 (27.73% from 255) = 15.45%

R = 34.22%
G = 50.33%
B = 15.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#9BE446 (or 0x9BE446) is known color: Atlantis. HEX triplet: 9B, E4 and 46. RGB value is (155,228,70). Sum of RGB (Red+Green+Blue) = 155+228+70=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE446 is #641BB9. Grayscale: #BCBCBC. Windows color (decimal): -6560698 or 4646043. OLE color: 4646043.

HSL color Cylindrical-coordinate representation of color #9BE446: hue angle of 87.72º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BE446 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 228 70 -
CMYK 0.32 0 0.69 0.11
HSL 87.72º 0.75% 0.58% -
HSV(B) 87.72º 0.69% 0.89% -
XYZ 42.37 62.9 15.7 -
YUV 188.16 61.32 104.35 -
System Red Green Blue C M Y K H S L
Decimal 155 228 70 0.32 0 0.69 0.11 87.72 0.75 0.58
Hex 9B E4 46 20 0 45 B 58 4B 3A
Octal 233 344 106 40 0 105 13 130 113 72
Binary 10011011 11100100 1000110 100000 0 1000101 1011 1011000 1001011 111010

Color Harmonies of #9BE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE446

Black with #9BE446

Text Example


Text Example

White with #9BE446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,228,70); }

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

background-color css

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

 a { background-color: rgb(155,228,70); }

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

border-color css

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

 span { border-color: rgb(155,228,70); }

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