Html Css Color HEX #9BC254 Atlantis

📋 copy color: '#9BC254'

red 155 ◦ green 194 ◦ blue 84

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

Shades of Atlantis #9BC254

Tints of Atlantis #9BC254

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.8%

 BLUE value IS 84 (33.2% from 255) = 19.4%

R = 35.8%
G = 44.8%
B = 19.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#9BC254 (or 0x9BC254) is known color: Atlantis. HEX triplet: 9B, C2 and 54. RGB value is (155,194,84). Sum of RGB (Red+Green+Blue) = 155+194+84=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC254 is #643DAB. Grayscale: #AAAAAA. Windows color (decimal): -6569388 or 5554843. OLE color: 5554843.

HSL color Cylindrical-coordinate representation of color #9BC254: hue angle of 81.27º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BC254 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 84 -
CMYK 0.20 0 0.57 0.24
HSL 81.27º 0.47% 0.55% -
HSV(B) 81.27º 0.57% 0.76% -
XYZ 34.41 46.19 15.49 -
YUV 169.8 79.58 117.44 -
System Red Green Blue C M Y K H S L
Decimal 155 194 84 0.20 0 0.57 0.24 81.27 0.47 0.55
Hex 9B C2 54 14 0 39 18 51 2F 37
Octal 233 302 124 24 0 71 30 121 57 67
Binary 10011011 11000010 1010100 10100 0 111001 11000 1010001 101111 110111

Color Harmonies of #9BC254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC254

Black with #9BC254

Text Example


Text Example

White with #9BC254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,84); }

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

background-color css

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

 a { background-color: rgb(155,194,84); }

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

border-color css

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

 span { border-color: rgb(155,194,84); }

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