Html Css Color HEX #A5C742 Atlantis

📋 copy color: '#A5C742'

red 165 ◦ green 199 ◦ blue 66

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

Shades of Atlantis #A5C742

Tints of Atlantis #A5C742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.35%

R = 38.37%
G = 46.28%
B = 15.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#A5C742 (or 0xA5C742) is known color: Atlantis. HEX triplet: A5, C7 and 42. RGB value is (165,199,66). Sum of RGB (Red+Green+Blue) = 165+199+66=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C742 is #5A38BD. Grayscale: #AEAEAE. Windows color (decimal): -5912766 or 4376485. OLE color: 4376485.

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

Color convert

RGB 165 199 66 -
CMYK 0.17 0 0.67 0.22
HSL 75.34º 0.54% 0.52% -
HSV(B) 75.34º 0.67% 0.78% -
XYZ 36.92 49.24 12.71 -
YUV 173.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 165 199 66 0.17 0 0.67 0.22 75.34 0.54 0.52
Hex A5 C7 42 11 0 43 16 4B 36 34
Octal 245 307 102 21 0 103 26 113 66 64
Binary 10100101 11000111 1000010 10001 0 1000011 10110 1001011 110110 110100

Color Harmonies of #A5C742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C742

Black with #A5C742

Text Example


Text Example

White with #A5C742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C742; }

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

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

background-color css

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

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

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

border-color css

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

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

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