Html Css Color HEX #A7CF40 Atlantis

📋 copy color: '#A7CF40'

red 167 ◦ green 207 ◦ blue 64

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

Shades of Atlantis #A7CF40

Tints of Atlantis #A7CF40

RGB

 RED value IS 167 (65.63% from 255) = 38.13%

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

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 38.13%
G = 47.26%
B = 14.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#A7CF40 (or 0xA7CF40) is known color: Atlantis. HEX triplet: A7, CF and 40. RGB value is (167,207,64). Sum of RGB (Red+Green+Blue) = 167+207+64=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CF40 is #5830BF. Grayscale: #B3B3B3. Windows color (decimal): -5779648 or 4247463. OLE color: 4247463.

HSL color Cylindrical-coordinate representation of color #A7CF40: hue angle of 76.78º 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 #A7CF40 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 207 64 -
CMYK 0.19 0 0.69 0.19
HSL 76.78º 0.6% 0.53% -
HSV(B) 76.78º 0.69% 0.81% -
XYZ 39.17 53.21 13.06 -
YUV 178.74 63.25 119.63 -
System Red Green Blue C M Y K H S L
Decimal 167 207 64 0.19 0 0.69 0.19 76.78 0.6 0.53
Hex A7 CF 40 13 0 45 13 4D 3C 35
Octal 247 317 100 23 0 105 23 115 74 65
Binary 10100111 11001111 1000000 10011 0 1000101 10011 1001101 111100 110101

Color Harmonies of #A7CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF40

Black with #A7CF40

Text Example


Text Example

White with #A7CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF40; }

 p { color: rgb(167,207,64); }

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

background-color css

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

 a { background-color: rgb(167,207,64); }

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

border-color css

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

 span { border-color: rgb(167,207,64); }

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