Html Css Color HEX #A7CF41 Atlantis

📋 copy color: '#A7CF41'

red 167 ◦ green 207 ◦ blue 65

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

Shades of Atlantis #A7CF41

Tints of Atlantis #A7CF41

RGB

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

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

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

R = 38.04%
G = 47.15%
B = 14.81%

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

#A7CF41 (or 0xA7CF41) is known color: Atlantis. HEX triplet: A7, CF and 41. RGB value is (167,207,65). Sum of RGB (Red+Green+Blue) = 167+207+65=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CF41 is #5830BE. Grayscale: #B3B3B3. Windows color (decimal): -5779647 or 4312999. OLE color: 4312999.

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

Color convert

RGB 167 207 65 -
CMYK 0.19 0 0.69 0.19
HSL 76.9º 0.6% 0.53% -
HSV(B) 76.9º 0.69% 0.81% -
XYZ 39.2 53.22 13.21 -
YUV 178.85 63.75 119.55 -
System Red Green Blue C M Y K H S L
Decimal 167 207 65 0.19 0 0.69 0.19 76.9 0.6 0.53
Hex A7 CF 41 13 0 45 13 4D 3C 35
Octal 247 317 101 23 0 105 23 115 74 65
Binary 10100111 11001111 1000001 10011 0 1000101 10011 1001101 111100 110101

Color Harmonies of #A7CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF41

Black with #A7CF41

Text Example


Text Example

White with #A7CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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