Html Css Color HEX #A4CF53 Conifer

📋 copy color: '#A4CF53'

red 164 ◦ green 207 ◦ blue 83

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

Shades of Conifer #A4CF53

Tints of Conifer #A4CF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.28%

R = 36.12%
G = 45.59%
B = 18.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#A4CF53 (or 0xA4CF53) is known color: Conifer. HEX triplet: A4, CF and 53. RGB value is (164,207,83). Sum of RGB (Red+Green+Blue) = 164+207+83=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF53 is #5B30AC. Grayscale: #B4B4B4. Windows color (decimal): -5976237 or 5492644. OLE color: 5492644.

HSL color Cylindrical-coordinate representation of color #A4CF53: hue angle of 80.81º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4CF53 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 207 83 -
CMYK 0.21 0 0.60 0.19
HSL 80.81º 0.56% 0.57% -
HSV(B) 80.81º 0.6% 0.81% -
XYZ 39.18 53.14 16.38 -
YUV 180.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 164 207 83 0.21 0 0.60 0.19 80.81 0.56 0.57
Hex A4 CF 53 15 0 3C 13 51 38 39
Octal 244 317 123 25 0 74 23 121 70 71
Binary 10100100 11001111 1010011 10101 0 111100 10011 1010001 111000 111001

Color Harmonies of #A4CF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CF53

Black with #A4CF53

Text Example


Text Example

White with #A4CF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CF53; }

 p { color: rgb(164,207,83); }

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

background-color css

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

 a { background-color: rgb(164,207,83); }

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

border-color css

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

 span { border-color: rgb(164,207,83); }

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