Html Css Color HEX #9BC448 Atlantis

📋 copy color: '#9BC448'

red 155 ◦ green 196 ◦ blue 72

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

Shades of Atlantis #9BC448

Tints of Atlantis #9BC448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.34%

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

R = 36.64%
G = 46.34%
B = 17.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#9BC448 (or 0x9BC448) is known color: Atlantis. HEX triplet: 9B, C4 and 48. RGB value is (155,196,72). Sum of RGB (Red+Green+Blue) = 155+196+72=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC448 is #643BB7. Grayscale: #AAAAAA. Windows color (decimal): -6568888 or 4768923. OLE color: 4768923.

HSL color Cylindrical-coordinate representation of color #9BC448: hue angle of 79.84º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BC448 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 72 -
CMYK 0.21 0 0.63 0.23
HSL 79.84º 0.51% 0.53% -
HSV(B) 79.84º 0.63% 0.77% -
XYZ 34.43 46.92 13.37 -
YUV 169.61 72.92 117.58 -
System Red Green Blue C M Y K H S L
Decimal 155 196 72 0.21 0 0.63 0.23 79.84 0.51 0.53
Hex 9B C4 48 15 0 3F 17 50 33 35
Octal 233 304 110 25 0 77 27 120 63 65
Binary 10011011 11000100 1001000 10101 0 111111 10111 1010000 110011 110101

Color Harmonies of #9BC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC448

Black with #9BC448

Text Example


Text Example

White with #9BC448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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