Html Css Color HEX #A4CF3A Atlantis

📋 copy color: '#A4CF3A'

red 164 ◦ green 207 ◦ blue 58

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

Shades of Atlantis #A4CF3A

Tints of Atlantis #A4CF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.52%

R = 38.23%
G = 48.25%
B = 13.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#A4CF3A (or 0xA4CF3A) is known color: Atlantis. HEX triplet: A4, CF and 3A. RGB value is (164,207,58). Sum of RGB (Red+Green+Blue) = 164+207+58=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CF3A is #5B30C5. Grayscale: #B1B1B1. Windows color (decimal): -5976262 or 3854244. OLE color: 3854244.

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

Color convert

RGB 164 207 58 -
CMYK 0.21 0 0.72 0.19
HSL 77.32º 0.61% 0.52% -
HSV(B) 77.32º 0.72% 0.81% -
XYZ 38.39 52.82 12.18 -
YUV 177.16 60.75 118.62 -
System Red Green Blue C M Y K H S L
Decimal 164 207 58 0.21 0 0.72 0.19 77.32 0.61 0.52
Hex A4 CF 3A 15 0 48 13 4D 3D 34
Octal 244 317 72 25 0 110 23 115 75 64
Binary 10100100 11001111 111010 10101 0 1001000 10011 1001101 111101 110100

Color Harmonies of #A4CF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CF3A

Black with #A4CF3A

Text Example


Text Example

White with #A4CF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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