Html Css Color HEX #8CD23F Atlantis

📋 copy color: '#8CD23F'

red 140 ◦ green 210 ◦ blue 63

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

Shades of Atlantis #8CD23F

Tints of Atlantis #8CD23F

RGB

 RED value IS 140 (55.08% from 255) = 33.9%

 GREEN value IS 210 (82.42% from 255) = 50.85%

 BLUE value IS 63 (25% from 255) = 15.25%

R = 33.9%
G = 50.85%
B = 15.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#8CD23F (or 0x8CD23F) is known color: Atlantis. HEX triplet: 8C, D2 and 3F. RGB value is (140,210,63). Sum of RGB (Red+Green+Blue) = 140+210+63=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD23F is #732DC0. Grayscale: #ACACAC. Windows color (decimal): -7548353 or 4182668. OLE color: 4182668.

HSL color Cylindrical-coordinate representation of color #8CD23F: hue angle of 88.57º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CD23F is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 210 63 -
CMYK 0.33 0 0.70 0.18
HSL 88.57º 0.62% 0.54% -
HSV(B) 88.57º 0.7% 0.82% -
XYZ 34.76 52.03 12.91 -
YUV 172.31 66.31 104.95 -
System Red Green Blue C M Y K H S L
Decimal 140 210 63 0.33 0 0.70 0.18 88.57 0.62 0.54
Hex 8C D2 3F 21 0 46 12 59 3E 36
Octal 214 322 77 41 0 106 22 131 76 66
Binary 10001100 11010010 111111 100001 0 1000110 10010 1011001 111110 110110

Color Harmonies of #8CD23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD23F

Black with #8CD23F

Text Example


Text Example

White with #8CD23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,210,63); }

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

background-color css

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

 a { background-color: rgb(140,210,63); }

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

border-color css

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

 span { border-color: rgb(140,210,63); }

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