Html Css Color HEX #8CCE4B Atlantis

📋 copy color: '#8CCE4B'

red 140 ◦ green 206 ◦ blue 75

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

Shades of Atlantis #8CCE4B

Tints of Atlantis #8CCE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.93%

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

R = 33.25%
G = 48.93%
B = 17.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#8CCE4B (or 0x8CCE4B) is known color: Atlantis. HEX triplet: 8C, CE and 4B. RGB value is (140,206,75). Sum of RGB (Red+Green+Blue) = 140+206+75=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCE4B is #7331B4. Grayscale: #ABABAB. Windows color (decimal): -7549365 or 4968076. OLE color: 4968076.

HSL color Cylindrical-coordinate representation of color #8CCE4B: hue angle of 90.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CCE4B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 206 75 -
CMYK 0.32 0 0.64 0.19
HSL 90.23º 0.57% 0.55% -
HSV(B) 90.23º 0.64% 0.81% -
XYZ 34.16 50.23 14.55 -
YUV 171.33 73.63 105.65 -
System Red Green Blue C M Y K H S L
Decimal 140 206 75 0.32 0 0.64 0.19 90.23 0.57 0.55
Hex 8C CE 4B 20 0 40 13 5A 39 37
Octal 214 316 113 40 0 100 23 132 71 67
Binary 10001100 11001110 1001011 100000 0 1000000 10011 1011010 111001 110111

Color Harmonies of #8CCE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCE4B

Black with #8CCE4B

Text Example


Text Example

White with #8CCE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,206,75); }

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

background-color css

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

 a { background-color: rgb(140,206,75); }

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

border-color css

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

 span { border-color: rgb(140,206,75); }

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