Html Css Color HEX #8FCC4B Atlantis

📋 copy color: '#8FCC4B'

red 143 ◦ green 204 ◦ blue 75

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

Shades of Atlantis #8FCC4B

Tints of Atlantis #8FCC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.77%

R = 33.89%
G = 48.34%
B = 17.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#8FCC4B (or 0x8FCC4B) is known color: Atlantis. HEX triplet: 8F, CC and 4B. RGB value is (143,204,75). Sum of RGB (Red+Green+Blue) = 143+204+75=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCC4B is #7033B4. Grayscale: #ABABAB. Windows color (decimal): -7353269 or 4967567. OLE color: 4967567.

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

Color convert

RGB 143 204 75 -
CMYK 0.30 0 0.63 0.2
HSL 88.37º 0.56% 0.55% -
HSV(B) 88.37º 0.63% 0.8% -
XYZ 34.19 49.53 14.42 -
YUV 171.06 73.79 107.99 -
System Red Green Blue C M Y K H S L
Decimal 143 204 75 0.30 0 0.63 0.2 88.37 0.56 0.55
Hex 8F CC 4B 1E 0 3F 14 58 38 37
Octal 217 314 113 36 0 77 24 130 70 67
Binary 10001111 11001100 1001011 11110 0 111111 10100 1011000 111000 110111

Color Harmonies of #8FCC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCC4B

Black with #8FCC4B

Text Example


Text Example

White with #8FCC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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