Html Css Color HEX #A1CF5D Conifer

📋 copy color: '#A1CF5D'

red 161 ◦ green 207 ◦ blue 93

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

Shades of Conifer #A1CF5D

Tints of Conifer #A1CF5D

RGB

 RED value IS 161 (63.28% from 255) = 34.92%

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

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

R = 34.92%
G = 44.9%
B = 20.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#A1CF5D (or 0xA1CF5D) is known color: Conifer. HEX triplet: A1, CF and 5D. RGB value is (161,207,93). Sum of RGB (Red+Green+Blue) = 161+207+93=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF5D is #5E30A2. Grayscale: #B4B4B4. Windows color (decimal): -6172835 or 6148001. OLE color: 6148001.

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

Color convert

RGB 161 207 93 -
CMYK 0.22 0 0.55 0.19
HSL 84.21º 0.54% 0.59% -
HSV(B) 84.21º 0.55% 0.81% -
XYZ 38.99 52.99 18.53 -
YUV 180.25 78.76 114.27 -
System Red Green Blue C M Y K H S L
Decimal 161 207 93 0.22 0 0.55 0.19 84.21 0.54 0.59
Hex A1 CF 5D 16 0 37 13 54 36 3B
Octal 241 317 135 26 0 67 23 124 66 73
Binary 10100001 11001111 1011101 10110 0 110111 10011 1010100 110110 111011

Color Harmonies of #A1CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CF5D

Black with #A1CF5D

Text Example


Text Example

White with #A1CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CF5D; }

 p { color: rgb(161,207,93); }

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

background-color css

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

 a { background-color: rgb(161,207,93); }

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

border-color css

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

 span { border-color: rgb(161,207,93); }

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