Html Css Color HEX #8FCC44 Atlantis

📋 copy color: '#8FCC44'

red 143 ◦ green 204 ◦ blue 68

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

Shades of Atlantis #8FCC44

Tints of Atlantis #8FCC44

RGB

 RED value IS 143 (56.25% from 255) = 34.46%

 GREEN value IS 204 (80.08% from 255) = 49.16%

 BLUE value IS 68 (26.95% from 255) = 16.39%

R = 34.46%
G = 49.16%
B = 16.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#8FCC44 (or 0x8FCC44) is known color: Atlantis. HEX triplet: 8F, CC and 44. RGB value is (143,204,68). Sum of RGB (Red+Green+Blue) = 143+204+68=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC44 is #7033BB. Grayscale: #AAAAAA. Windows color (decimal): -7353276 or 4508815. OLE color: 4508815.

HSL color Cylindrical-coordinate representation of color #8FCC44: hue angle of 86.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FCC44 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 68 -
CMYK 0.30 0 0.67 0.2
HSL 86.91º 0.57% 0.53% -
HSV(B) 86.91º 0.67% 0.8% -
XYZ 33.96 49.44 13.22 -
YUV 170.26 70.29 108.56 -
System Red Green Blue C M Y K H S L
Decimal 143 204 68 0.30 0 0.67 0.2 86.91 0.57 0.53
Hex 8F CC 44 1E 0 43 14 57 39 35
Octal 217 314 104 36 0 103 24 127 71 65
Binary 10001111 11001100 1000100 11110 0 1000011 10100 1010111 111001 110101

Color Harmonies of #8FCC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCC44

Black with #8FCC44

Text Example


Text Example

White with #8FCC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FCC44; }

 p { color: rgb(143,204,68); }

 H1.HeaderClassName
 {
   color: #8FCC44;
 }
 .AnyTagClassName
 {
   color: #8FCC44;
 }
</style>

background-color css

<style>
 a { background-color: #8FCC44; }

 a { background-color: rgb(143,204,68); }

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

border-color css

<style>
 span { border-color: #8FCC44; }

 span { border-color: rgb(143,204,68); }

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