Html Css Color HEX #A5CF46 Atlantis

📋 copy color: '#A5CF46'

red 165 ◦ green 207 ◦ blue 70

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

Shades of Atlantis #A5CF46

Tints of Atlantis #A5CF46

RGB

 RED value IS 165 (64.84% from 255) = 37.33%

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

 BLUE value IS 70 (27.73% from 255) = 15.84%

R = 37.33%
G = 46.83%
B = 15.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#A5CF46 (or 0xA5CF46) is known color: Atlantis. HEX triplet: A5, CF and 46. RGB value is (165,207,70). Sum of RGB (Red+Green+Blue) = 165+207+70=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CF46 is #5A30B9. Grayscale: #B3B3B3. Windows color (decimal): -5910714 or 4640677. OLE color: 4640677.

HSL color Cylindrical-coordinate representation of color #A5CF46: hue angle of 78.39º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5CF46 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 70 -
CMYK 0.20 0 0.66 0.19
HSL 78.39º 0.59% 0.54% -
HSV(B) 78.39º 0.66% 0.81% -
XYZ 38.94 53.07 13.99 -
YUV 178.82 66.59 118.14 -
System Red Green Blue C M Y K H S L
Decimal 165 207 70 0.20 0 0.66 0.19 78.39 0.59 0.54
Hex A5 CF 46 14 0 42 13 4E 3B 36
Octal 245 317 106 24 0 102 23 116 73 66
Binary 10100101 11001111 1000110 10100 0 1000010 10011 1001110 111011 110110

Color Harmonies of #A5CF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF46

Black with #A5CF46

Text Example


Text Example

White with #A5CF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF46; }

 p { color: rgb(165,207,70); }

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

background-color css

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

 a { background-color: rgb(165,207,70); }

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

border-color css

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

 span { border-color: rgb(165,207,70); }

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