Html Css Color HEX #9CCF38 Atlantis

📋 copy color: '#9CCF38'

red 156 ◦ green 207 ◦ blue 56

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

Shades of Atlantis #9CCF38

Tints of Atlantis #9CCF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.37%

R = 37.23%
G = 49.4%
B = 13.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#9CCF38 (or 0x9CCF38) is known color: Atlantis. HEX triplet: 9C, CF and 38. RGB value is (156,207,56). Sum of RGB (Red+Green+Blue) = 156+207+56=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCF38 is #6330C7. Grayscale: #AFAFAF. Windows color (decimal): -6500552 or 3723164. OLE color: 3723164.

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

Color convert

RGB 156 207 56 -
CMYK 0.25 0 0.73 0.19
HSL 80.26º 0.61% 0.52% -
HSV(B) 80.26º 0.73% 0.81% -
XYZ 36.74 51.98 11.84 -
YUV 174.54 61.1 114.78 -
System Red Green Blue C M Y K H S L
Decimal 156 207 56 0.25 0 0.73 0.19 80.26 0.61 0.52
Hex 9C CF 38 19 0 49 13 50 3D 34
Octal 234 317 70 31 0 111 23 120 75 64
Binary 10011100 11001111 111000 11001 0 1001001 10011 1010000 111101 110100

Color Harmonies of #9CCF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF38

Black with #9CCF38

Text Example


Text Example

White with #9CCF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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