Html Css Color HEX #8ACB48 Atlantis

📋 copy color: '#8ACB48'

red 138 ◦ green 203 ◦ blue 72

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

Shades of Atlantis #8ACB48

Tints of Atlantis #8ACB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.43%

R = 33.41%
G = 49.15%
B = 17.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#8ACB48 (or 0x8ACB48) is known color: Atlantis. HEX triplet: 8A, CB and 48. RGB value is (138,203,72). Sum of RGB (Red+Green+Blue) = 138+203+72=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB48 is #7534B7. Grayscale: #A9A9A9. Windows color (decimal): -7681208 or 4770698. OLE color: 4770698.

HSL color Cylindrical-coordinate representation of color #8ACB48: hue angle of 89.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ACB48 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 203 72 -
CMYK 0.32 0 0.65 0.20
HSL 89.77º 0.56% 0.54% -
HSV(B) 89.77º 0.65% 0.8% -
XYZ 33.01 48.58 13.77 -
YUV 168.63 73.47 106.15 -
System Red Green Blue C M Y K H S L
Decimal 138 203 72 0.32 0 0.65 0.20 89.77 0.56 0.54
Hex 8A CB 48 20 0 41 14 5A 38 36
Octal 212 313 110 40 0 101 24 132 70 66
Binary 10001010 11001011 1001000 100000 0 1000001 10100 1011010 111000 110110

Color Harmonies of #8ACB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACB48

Black with #8ACB48

Text Example


Text Example

White with #8ACB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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