Html Css Color HEX #A4D75D Conifer

📋 copy color: '#A4D75D'

red 164 ◦ green 215 ◦ blue 93

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

Shades of Conifer #A4D75D

Tints of Conifer #A4D75D

RGB

 RED value IS 164 (64.45% from 255) = 34.75%

 GREEN value IS 215 (84.38% from 255) = 45.55%

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 34.75%
G = 45.55%
B = 19.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#A4D75D (or 0xA4D75D) is known color: Conifer. HEX triplet: A4, D7 and 5D. RGB value is (164,215,93). Sum of RGB (Red+Green+Blue) = 164+215+93=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D75D is #5B28A2. Grayscale: #BABABA. Windows color (decimal): -5974179 or 6150052. OLE color: 6150052.

HSL color Cylindrical-coordinate representation of color #A4D75D: hue angle of 85.08º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4D75D is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 215 93 -
CMYK 0.24 0 0.57 0.16
HSL 85.08º 0.6% 0.6% -
HSV(B) 85.08º 0.57% 0.84% -
XYZ 41.59 57.28 19.22 -
YUV 185.84 75.6 112.42 -
System Red Green Blue C M Y K H S L
Decimal 164 215 93 0.24 0 0.57 0.16 85.08 0.6 0.6
Hex A4 D7 5D 18 0 39 10 55 3C 3C
Octal 244 327 135 30 0 71 20 125 74 74
Binary 10100100 11010111 1011101 11000 0 111001 10000 1010101 111100 111100

Color Harmonies of #A4D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D75D

Black with #A4D75D

Text Example


Text Example

White with #A4D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D75D; }

 p { color: rgb(164,215,93); }

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

background-color css

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

 a { background-color: rgb(164,215,93); }

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

border-color css

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

 span { border-color: rgb(164,215,93); }

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