Html Css Color HEX #9CBF50 Atlantis

📋 copy color: '#9CBF50'

red 156 ◦ green 191 ◦ blue 80

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

Shades of Atlantis #9CBF50

Tints of Atlantis #9CBF50

RGB

 RED value IS 156 (61.33% from 255) = 36.53%

 GREEN value IS 191 (75% from 255) = 44.73%

 BLUE value IS 80 (31.64% from 255) = 18.74%

R = 36.53%
G = 44.73%
B = 18.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#9CBF50 (or 0x9CBF50) is known color: Atlantis. HEX triplet: 9C, BF and 50. RGB value is (156,191,80). Sum of RGB (Red+Green+Blue) = 156+191+80=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF50 is #6340AF. Grayscale: #A8A8A8. Windows color (decimal): -6504624 or 5291932. OLE color: 5291932.

HSL color Cylindrical-coordinate representation of color #9CBF50: hue angle of 78.92º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CBF50 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 191 80 -
CMYK 0.18 0 0.58 0.25
HSL 78.92º 0.46% 0.53% -
HSV(B) 78.92º 0.58% 0.75% -
XYZ 33.79 44.91 14.48 -
YUV 167.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 156 191 80 0.18 0 0.58 0.25 78.92 0.46 0.53
Hex 9C BF 50 12 0 3A 19 4F 2E 35
Octal 234 277 120 22 0 72 31 117 56 65
Binary 10011100 10111111 1010000 10010 0 111010 11001 1001111 101110 110101

Color Harmonies of #9CBF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF50

Black with #9CBF50

Text Example


Text Example

White with #9CBF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,191,80); }

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

background-color css

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

 a { background-color: rgb(156,191,80); }

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

border-color css

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

 span { border-color: rgb(156,191,80); }

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