Html Css Color HEX #9CC750 Atlantis

📋 copy color: '#9CC750'

red 156 ◦ green 199 ◦ blue 80

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

Shades of Atlantis #9CC750

Tints of Atlantis #9CC750

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

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

R = 35.86%
G = 45.75%
B = 18.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#9CC750 (or 0x9CC750) is known color: Atlantis. HEX triplet: 9C, C7 and 50. RGB value is (156,199,80). Sum of RGB (Red+Green+Blue) = 156+199+80=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC750 is #6338AF. Grayscale: #ADADAD. Windows color (decimal): -6502576 or 5293980. OLE color: 5293980.

HSL color Cylindrical-coordinate representation of color #9CC750: hue angle of 81.68º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CC750 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 199 80 -
CMYK 0.22 0 0.60 0.22
HSL 81.68º 0.52% 0.55% -
HSV(B) 81.68º 0.6% 0.78% -
XYZ 35.58 48.49 15.07 -
YUV 172.58 75.75 116.18 -
System Red Green Blue C M Y K H S L
Decimal 156 199 80 0.22 0 0.60 0.22 81.68 0.52 0.55
Hex 9C C7 50 16 0 3C 16 52 34 37
Octal 234 307 120 26 0 74 26 122 64 67
Binary 10011100 11000111 1010000 10110 0 111100 10110 1010010 110100 110111

Color Harmonies of #9CC750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC750

Black with #9CC750

Text Example


Text Example

White with #9CC750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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