Html Css Color HEX #9CCF4A Atlantis

📋 copy color: '#9CCF4A'

red 156 ◦ green 207 ◦ blue 74

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

Shades of Atlantis #9CCF4A

Tints of Atlantis #9CCF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.93%

R = 35.7%
G = 47.37%
B = 16.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#9CCF4A (or 0x9CCF4A) is known color: Atlantis. HEX triplet: 9C, CF and 4A. RGB value is (156,207,74). Sum of RGB (Red+Green+Blue) = 156+207+74=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCF4A is #6330B5. Grayscale: #B1B1B1. Windows color (decimal): -6500534 or 4902812. OLE color: 4902812.

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

Color convert

RGB 156 207 74 -
CMYK 0.25 0 0.64 0.19
HSL 83.01º 0.58% 0.55% -
HSV(B) 83.01º 0.64% 0.81% -
XYZ 37.26 52.19 14.59 -
YUV 176.59 70.1 113.31 -
System Red Green Blue C M Y K H S L
Decimal 156 207 74 0.25 0 0.64 0.19 83.01 0.58 0.55
Hex 9C CF 4A 19 0 40 13 53 3A 37
Octal 234 317 112 31 0 100 23 123 72 67
Binary 10011100 11001111 1001010 11001 0 1000000 10011 1010011 111010 110111

Color Harmonies of #9CCF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF4A

Black with #9CCF4A

Text Example


Text Example

White with #9CCF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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