Html Css Color HEX #A7CF3F Atlantis

📋 copy color: '#A7CF3F'

red 167 ◦ green 207 ◦ blue 63

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

Shades of Atlantis #A7CF3F

Tints of Atlantis #A7CF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.42%

R = 38.22%
G = 47.37%
B = 14.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#A7CF3F (or 0xA7CF3F) is known color: Atlantis. HEX triplet: A7, CF and 3F. RGB value is (167,207,63). Sum of RGB (Red+Green+Blue) = 167+207+63=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7CF3F is #5830C0. Grayscale: #B3B3B3. Windows color (decimal): -5779649 or 4181927. OLE color: 4181927.

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

Color convert

RGB 167 207 63 -
CMYK 0.19 0 0.70 0.19
HSL 76.67º 0.6% 0.53% -
HSV(B) 76.67º 0.7% 0.81% -
XYZ 39.15 53.2 12.91 -
YUV 178.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 167 207 63 0.19 0 0.70 0.19 76.67 0.6 0.53
Hex A7 CF 3F 13 0 46 13 4D 3C 35
Octal 247 317 77 23 0 106 23 115 74 65
Binary 10100111 11001111 111111 10011 0 1000110 10011 1001101 111100 110101

Color Harmonies of #A7CF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CF3F

Black with #A7CF3F

Text Example


Text Example

White with #A7CF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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