Html Css Color HEX #8ACF41 Atlantis

📋 copy color: '#8ACF41'

red 138 ◦ green 207 ◦ blue 65

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

Shades of Atlantis #8ACF41

Tints of Atlantis #8ACF41

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.49%

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 33.66%
G = 50.49%
B = 15.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#8ACF41 (or 0x8ACF41) is known color: Atlantis. HEX triplet: 8A, CF and 41. RGB value is (138,207,65). Sum of RGB (Red+Green+Blue) = 138+207+65=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF41 is #7530BE. Grayscale: #AAAAAA. Windows color (decimal): -7680191 or 4312970. OLE color: 4312970.

HSL color Cylindrical-coordinate representation of color #8ACF41: hue angle of 89.15º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8ACF41 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 65 -
CMYK 0.33 0 0.69 0.19
HSL 89.15º 0.6% 0.53% -
HSV(B) 89.15º 0.69% 0.81% -
XYZ 33.75 50.41 12.95 -
YUV 170.18 68.64 105.05 -
System Red Green Blue C M Y K H S L
Decimal 138 207 65 0.33 0 0.69 0.19 89.15 0.6 0.53
Hex 8A CF 41 21 0 45 13 59 3C 35
Octal 212 317 101 41 0 105 23 131 74 65
Binary 10001010 11001111 1000001 100001 0 1000101 10011 1011001 111100 110101

Color Harmonies of #8ACF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF41

Black with #8ACF41

Text Example


Text Example

White with #8ACF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,207,65); }

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

background-color css

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

 a { background-color: rgb(138,207,65); }

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

border-color css

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

 span { border-color: rgb(138,207,65); }

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