Html Css Color HEX #8ACB3D Atlantis

📋 copy color: '#8ACB3D'

red 138 ◦ green 203 ◦ blue 61

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

Shades of Atlantis #8ACB3D

Tints of Atlantis #8ACB3D

RGB

 RED value IS 138 (54.3% from 255) = 34.33%

 GREEN value IS 203 (79.69% from 255) = 50.5%

 BLUE value IS 61 (24.22% from 255) = 15.17%

R = 34.33%
G = 50.5%
B = 15.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#8ACB3D (or 0x8ACB3D) is known color: Atlantis. HEX triplet: 8A, CB and 3D. RGB value is (138,203,61). Sum of RGB (Red+Green+Blue) = 138+203+61=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB3D is #7534C2. Grayscale: #A7A7A7. Windows color (decimal): -7681219 or 4049802. OLE color: 4049802.

HSL color Cylindrical-coordinate representation of color #8ACB3D: hue angle of 87.46º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8ACB3D is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 203 61 -
CMYK 0.32 0 0.70 0.20
HSL 87.46º 0.58% 0.52% -
HSV(B) 87.46º 0.7% 0.8% -
XYZ 32.68 48.45 12.04 -
YUV 167.38 67.97 107.05 -
System Red Green Blue C M Y K H S L
Decimal 138 203 61 0.32 0 0.70 0.20 87.46 0.58 0.52
Hex 8A CB 3D 20 0 46 14 57 3A 34
Octal 212 313 75 40 0 106 24 127 72 64
Binary 10001010 11001011 111101 100000 0 1000110 10100 1010111 111010 110100

Color Harmonies of #8ACB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACB3D

Black with #8ACB3D

Text Example


Text Example

White with #8ACB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,203,61); }

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

background-color css

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

 a { background-color: rgb(138,203,61); }

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

border-color css

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

 span { border-color: rgb(138,203,61); }

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