Html Css Color HEX #9CC14B Atlantis

📋 copy color: '#9CC14B'

red 156 ◦ green 193 ◦ blue 75

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

Shades of Atlantis #9CC14B

Tints of Atlantis #9CC14B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.52%

 BLUE value IS 75 (29.69% from 255) = 17.69%

R = 36.79%
G = 45.52%
B = 17.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#9CC14B (or 0x9CC14B) is known color: Atlantis. HEX triplet: 9C, C1 and 4B. RGB value is (156,193,75). Sum of RGB (Red+Green+Blue) = 156+193+75=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC14B is #633EB4. Grayscale: #A8A8A8. Windows color (decimal): -6504117 or 4964764. OLE color: 4964764.

HSL color Cylindrical-coordinate representation of color #9CC14B: hue angle of 78.81º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CC14B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 193 75 -
CMYK 0.19 0 0.61 0.24
HSL 78.81º 0.49% 0.53% -
HSV(B) 78.81º 0.61% 0.76% -
XYZ 34.05 45.72 13.69 -
YUV 168.49 75.24 119.09 -
System Red Green Blue C M Y K H S L
Decimal 156 193 75 0.19 0 0.61 0.24 78.81 0.49 0.53
Hex 9C C1 4B 13 0 3D 18 4F 31 35
Octal 234 301 113 23 0 75 30 117 61 65
Binary 10011100 11000001 1001011 10011 0 111101 11000 1001111 110001 110101

Color Harmonies of #9CC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC14B

Black with #9CC14B

Text Example


Text Example

White with #9CC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,193,75); }

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

background-color css

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

 a { background-color: rgb(156,193,75); }

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

border-color css

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

 span { border-color: rgb(156,193,75); }

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