Html Css Color HEX #9FCD42 Atlantis

📋 copy color: '#9FCD42'

red 159 ◦ green 205 ◦ blue 66

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

Shades of Atlantis #9FCD42

Tints of Atlantis #9FCD42

RGB

 RED value IS 159 (62.5% from 255) = 36.98%

 GREEN value IS 205 (80.47% from 255) = 47.67%

 BLUE value IS 66 (26.17% from 255) = 15.35%

R = 36.98%
G = 47.67%
B = 15.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#9FCD42 (or 0x9FCD42) is known color: Atlantis. HEX triplet: 9F, CD and 42. RGB value is (159,205,66). Sum of RGB (Red+Green+Blue) = 159+205+66=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCD42 is #6032BD. Grayscale: #AFAFAF. Windows color (decimal): -6304446 or 4378015. OLE color: 4378015.

HSL color Cylindrical-coordinate representation of color #9FCD42: hue angle of 79.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FCD42 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 205 66 -
CMYK 0.22 0 0.68 0.20
HSL 79.86º 0.58% 0.53% -
HSV(B) 79.86º 0.68% 0.8% -
XYZ 37.11 51.43 13.12 -
YUV 175.4 66.26 116.3 -
System Red Green Blue C M Y K H S L
Decimal 159 205 66 0.22 0 0.68 0.20 79.86 0.58 0.53
Hex 9F CD 42 16 0 44 14 50 3A 35
Octal 237 315 102 26 0 104 24 120 72 65
Binary 10011111 11001101 1000010 10110 0 1000100 10100 1010000 111010 110101

Color Harmonies of #9FCD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD42

Black with #9FCD42

Text Example


Text Example

White with #9FCD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,205,66); }

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

background-color css

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

 a { background-color: rgb(159,205,66); }

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

border-color css

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

 span { border-color: rgb(159,205,66); }

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