Html Css Color HEX #9CC740 Atlantis

📋 copy color: '#9CC740'

red 156 ◦ green 199 ◦ blue 64

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

Shades of Atlantis #9CC740

Tints of Atlantis #9CC740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.27%

R = 37.23%
G = 47.49%
B = 15.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#9CC740 (or 0x9CC740) is known color: Atlantis. HEX triplet: 9C, C7 and 40. RGB value is (156,199,64). Sum of RGB (Red+Green+Blue) = 156+199+64=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC740 is #6338BF. Grayscale: #ABABAB. Windows color (decimal): -6502592 or 4245404. OLE color: 4245404.

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

Color convert

RGB 156 199 64 -
CMYK 0.22 0 0.68 0.22
HSL 79.11º 0.55% 0.52% -
HSV(B) 79.11º 0.68% 0.78% -
XYZ 35.06 48.28 12.32 -
YUV 170.75 67.75 117.48 -
System Red Green Blue C M Y K H S L
Decimal 156 199 64 0.22 0 0.68 0.22 79.11 0.55 0.52
Hex 9C C7 40 16 0 44 16 4F 37 34
Octal 234 307 100 26 0 104 26 117 67 64
Binary 10011100 11000111 1000000 10110 0 1000100 10110 1001111 110111 110100

Color Harmonies of #9CC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC740

Black with #9CC740

Text Example


Text Example

White with #9CC740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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