Html Css Color HEX #9BEA46 Atlantis

📋 copy color: '#9BEA46'

red 155 ◦ green 234 ◦ blue 70

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

Shades of Atlantis #9BEA46

Tints of Atlantis #9BEA46

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.98%

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

R = 33.77%
G = 50.98%
B = 15.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#9BEA46 (or 0x9BEA46) is known color: Atlantis. HEX triplet: 9B, EA and 46. RGB value is (155,234,70). Sum of RGB (Red+Green+Blue) = 155+234+70=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BEA46 is #6415B9. Grayscale: #C0C0C0. Windows color (decimal): -6559162 or 4647579. OLE color: 4647579.

HSL color Cylindrical-coordinate representation of color #9BEA46: hue angle of 88.9º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BEA46 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 234 70 -
CMYK 0.34 0 0.70 0.08
HSL 88.9º 0.8% 0.6% -
HSV(B) 88.9º 0.7% 0.92% -
XYZ 44.05 66.26 16.26 -
YUV 191.68 59.33 101.84 -
System Red Green Blue C M Y K H S L
Decimal 155 234 70 0.34 0 0.70 0.08 88.9 0.8 0.6
Hex 9B EA 46 22 0 46 8 59 50 3C
Octal 233 352 106 42 0 106 10 131 120 74
Binary 10011011 11101010 1000110 100010 0 1000110 1000 1011001 1010000 111100

Color Harmonies of #9BEA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEA46

Black with #9BEA46

Text Example


Text Example

White with #9BEA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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