Html Css Color HEX #9BE448 Atlantis

📋 copy color: '#9BE448'

red 155 ◦ green 228 ◦ blue 72

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

Shades of Atlantis #9BE448

Tints of Atlantis #9BE448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.82%

R = 34.07%
G = 50.11%
B = 15.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#9BE448 (or 0x9BE448) is known color: Atlantis. HEX triplet: 9B, E4 and 48. RGB value is (155,228,72). Sum of RGB (Red+Green+Blue) = 155+228+72=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE448 is #641BB7. Grayscale: #BCBCBC. Windows color (decimal): -6560696 or 4777115. OLE color: 4777115.

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

Color convert

RGB 155 228 72 -
CMYK 0.32 0 0.68 0.11
HSL 88.08º 0.74% 0.59% -
HSV(B) 88.08º 0.68% 0.89% -
XYZ 42.43 62.92 16.04 -
YUV 188.39 62.32 104.18 -
System Red Green Blue C M Y K H S L
Decimal 155 228 72 0.32 0 0.68 0.11 88.08 0.74 0.59
Hex 9B E4 48 20 0 44 B 58 4A 3B
Octal 233 344 110 40 0 104 13 130 112 73
Binary 10011011 11100100 1001000 100000 0 1000100 1011 1011000 1001010 111011

Color Harmonies of #9BE448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE448

Black with #9BE448

Text Example


Text Example

White with #9BE448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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