Html Css Color HEX #9CC248 Atlantis

📋 copy color: '#9CC248'

red 156 ◦ green 194 ◦ blue 72

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

Shades of Atlantis #9CC248

Tints of Atlantis #9CC248

RGB

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

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

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

R = 36.97%
G = 45.97%
B = 17.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#9CC248 (or 0x9CC248) is known color: Atlantis. HEX triplet: 9C, C2 and 48. RGB value is (156,194,72). Sum of RGB (Red+Green+Blue) = 156+194+72=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC248 is #633DB7. Grayscale: #A9A9A9. Windows color (decimal): -6503864 or 4768412. OLE color: 4768412.

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

Color convert

RGB 156 194 72 -
CMYK 0.20 0 0.63 0.24
HSL 78.69º 0.5% 0.52% -
HSV(B) 78.69º 0.63% 0.76% -
XYZ 34.17 46.12 13.23 -
YUV 168.73 73.41 118.92 -
System Red Green Blue C M Y K H S L
Decimal 156 194 72 0.20 0 0.63 0.24 78.69 0.5 0.52
Hex 9C C2 48 14 0 3F 18 4F 32 34
Octal 234 302 110 24 0 77 30 117 62 64
Binary 10011100 11000010 1001000 10100 0 111111 11000 1001111 110010 110100

Color Harmonies of #9CC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC248

Black with #9CC248

Text Example


Text Example

White with #9CC248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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