Html Css Color HEX #9CCF40 Atlantis

📋 copy color: '#9CCF40'

red 156 ◦ green 207 ◦ blue 64

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

Shades of Atlantis #9CCF40

Tints of Atlantis #9CCF40

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.48%

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

R = 36.53%
G = 48.48%
B = 14.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#9CCF40 (or 0x9CCF40) is known color: Atlantis. HEX triplet: 9C, CF and 40. RGB value is (156,207,64). Sum of RGB (Red+Green+Blue) = 156+207+64=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCF40 is #6330BF. Grayscale: #AFAFAF. Windows color (decimal): -6500544 or 4247452. OLE color: 4247452.

HSL color Cylindrical-coordinate representation of color #9CCF40: hue angle of 81.4º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CCF40 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 207 64 -
CMYK 0.25 0 0.69 0.19
HSL 81.4º 0.6% 0.53% -
HSV(B) 81.4º 0.69% 0.81% -
XYZ 36.95 52.06 12.95 -
YUV 175.45 65.1 114.13 -
System Red Green Blue C M Y K H S L
Decimal 156 207 64 0.25 0 0.69 0.19 81.4 0.6 0.53
Hex 9C CF 40 19 0 45 13 51 3C 35
Octal 234 317 100 31 0 105 23 121 74 65
Binary 10011100 11001111 1000000 11001 0 1000101 10011 1010001 111100 110101

Color Harmonies of #9CCF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF40

Black with #9CCF40

Text Example


Text Example

White with #9CCF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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