Html Css Color HEX #A5C74A Atlantis

📋 copy color: '#A5C74A'

red 165 ◦ green 199 ◦ blue 74

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

Shades of Atlantis #A5C74A

Tints of Atlantis #A5C74A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.43%

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 37.67%
G = 45.43%
B = 16.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#A5C74A (or 0xA5C74A) is known color: Atlantis. HEX triplet: A5, C7 and 4A. RGB value is (165,199,74). Sum of RGB (Red+Green+Blue) = 165+199+74=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C74A is #5A38B5. Grayscale: #AFAFAF. Windows color (decimal): -5912758 or 4900773. OLE color: 4900773.

HSL color Cylindrical-coordinate representation of color #A5C74A: hue angle of 76.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5C74A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 199 74 -
CMYK 0.17 0 0.63 0.22
HSL 76.32º 0.53% 0.54% -
HSV(B) 76.32º 0.63% 0.78% -
XYZ 37.18 49.34 14.04 -
YUV 174.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 165 199 74 0.17 0 0.63 0.22 76.32 0.53 0.54
Hex A5 C7 4A 11 0 3F 16 4C 35 36
Octal 245 307 112 21 0 77 26 114 65 66
Binary 10100101 11000111 1001010 10001 0 111111 10110 1001100 110101 110110

Color Harmonies of #A5C74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C74A

Black with #A5C74A

Text Example


Text Example

White with #A5C74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C74A; }

 p { color: rgb(165,199,74); }

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

background-color css

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

 a { background-color: rgb(165,199,74); }

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

border-color css

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

 span { border-color: rgb(165,199,74); }

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