Html Css Color HEX #9CC250 Atlantis

📋 copy color: '#9CC250'

red 156 ◦ green 194 ◦ blue 80

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

Shades of Atlantis #9CC250

Tints of Atlantis #9CC250

RGB

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

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

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

R = 36.28%
G = 45.12%
B = 18.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#9CC250 (or 0x9CC250) is known color: Atlantis. HEX triplet: 9C, C2 and 50. RGB value is (156,194,80). Sum of RGB (Red+Green+Blue) = 156+194+80=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC250 is #633DAF. Grayscale: #AAAAAA. Windows color (decimal): -6503856 or 5292700. OLE color: 5292700.

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

Color convert

RGB 156 194 80 -
CMYK 0.20 0 0.59 0.24
HSL 80º 0.48% 0.54% -
HSV(B) 80º 0.59% 0.76% -
XYZ 34.45 46.23 14.7 -
YUV 169.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 156 194 80 0.20 0 0.59 0.24 80 0.48 0.54
Hex 9C C2 50 14 0 3B 18 50 30 36
Octal 234 302 120 24 0 73 30 120 60 66
Binary 10011100 11000010 1010000 10100 0 111011 11000 1010000 110000 110110

Color Harmonies of #9CC250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC250

Black with #9CC250

Text Example


Text Example

White with #9CC250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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