Html Css Color HEX #A3CF55 Conifer

📋 copy color: '#A3CF55'

red 163 ◦ green 207 ◦ blue 85

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

Shades of Conifer #A3CF55

Tints of Conifer #A3CF55

RGB

 RED value IS 163 (64.06% from 255) = 35.82%

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

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 35.82%
G = 45.49%
B = 18.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#A3CF55 (or 0xA3CF55) is known color: Conifer. HEX triplet: A3, CF and 55. RGB value is (163,207,85). Sum of RGB (Red+Green+Blue) = 163+207+85=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CF55 is #5C30AA. Grayscale: #B4B4B4. Windows color (decimal): -6041771 or 5623715. OLE color: 5623715.

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

Color convert

RGB 163 207 85 -
CMYK 0.21 0 0.59 0.19
HSL 81.64º 0.56% 0.57% -
HSV(B) 81.64º 0.59% 0.81% -
XYZ 39.06 53.07 16.78 -
YUV 179.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 163 207 85 0.21 0 0.59 0.19 81.64 0.56 0.57
Hex A3 CF 55 15 0 3B 13 52 38 39
Octal 243 317 125 25 0 73 23 122 70 71
Binary 10100011 11001111 1010101 10101 0 111011 10011 1010010 111000 111001

Color Harmonies of #A3CF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CF55

Black with #A3CF55

Text Example


Text Example

White with #A3CF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CF55; }

 p { color: rgb(163,207,85); }

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

background-color css

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

 a { background-color: rgb(163,207,85); }

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

border-color css

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

 span { border-color: rgb(163,207,85); }

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