Html Css Color HEX #A4CF4D Atlantis

📋 copy color: '#A4CF4D'

red 164 ◦ green 207 ◦ blue 77

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

Shades of Atlantis #A4CF4D

Tints of Atlantis #A4CF4D

RGB

 RED value IS 164 (64.45% from 255) = 36.61%

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

 BLUE value IS 77 (30.47% from 255) = 17.19%

R = 36.61%
G = 46.21%
B = 17.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#A4CF4D (or 0xA4CF4D) is known color: Atlantis. HEX triplet: A4, CF and 4D. RGB value is (164,207,77). Sum of RGB (Red+Green+Blue) = 164+207+77=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF4D is #5B30B2. Grayscale: #B3B3B3. Windows color (decimal): -5976243 or 5099428. OLE color: 5099428.

HSL color Cylindrical-coordinate representation of color #A4CF4D: hue angle of 79.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4CF4D is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 207 77 -
CMYK 0.21 0 0.63 0.19
HSL 79.85º 0.58% 0.56% -
HSV(B) 79.85º 0.63% 0.81% -
XYZ 38.96 53.05 15.21 -
YUV 179.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 164 207 77 0.21 0 0.63 0.19 79.85 0.58 0.56
Hex A4 CF 4D 15 0 3F 13 50 3A 38
Octal 244 317 115 25 0 77 23 120 72 70
Binary 10100100 11001111 1001101 10101 0 111111 10011 1010000 111010 111000

Color Harmonies of #A4CF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CF4D

Black with #A4CF4D

Text Example


Text Example

White with #A4CF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CF4D; }

 p { color: rgb(164,207,77); }

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

background-color css

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

 a { background-color: rgb(164,207,77); }

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

border-color css

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

 span { border-color: rgb(164,207,77); }

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