Html Css Color HEX #9BD048 Atlantis

📋 copy color: '#9BD048'

red 155 ◦ green 208 ◦ blue 72

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

Shades of Atlantis #9BD048

Tints of Atlantis #9BD048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.82%

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

R = 35.63%
G = 47.82%
B = 16.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#9BD048 (or 0x9BD048) is known color: Atlantis. HEX triplet: 9B, D0 and 48. RGB value is (155,208,72). Sum of RGB (Red+Green+Blue) = 155+208+72=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD048 is #642FB7. Grayscale: #B1B1B1. Windows color (decimal): -6565816 or 4771995. OLE color: 4771995.

HSL color Cylindrical-coordinate representation of color #9BD048: hue angle of 83.38º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BD048 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 208 72 -
CMYK 0.25 0 0.65 0.18
HSL 83.38º 0.59% 0.55% -
HSV(B) 83.38º 0.65% 0.82% -
XYZ 37.24 52.55 14.31 -
YUV 176.65 68.94 112.56 -
System Red Green Blue C M Y K H S L
Decimal 155 208 72 0.25 0 0.65 0.18 83.38 0.59 0.55
Hex 9B D0 48 19 0 41 12 53 3B 37
Octal 233 320 110 31 0 101 22 123 73 67
Binary 10011011 11010000 1001000 11001 0 1000001 10010 1010011 111011 110111

Color Harmonies of #9BD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD048

Black with #9BD048

Text Example


Text Example

White with #9BD048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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