Html Css Color HEX #A1CB58 Conifer

📋 copy color: '#A1CB58'

red 161 ◦ green 203 ◦ blue 88

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

Shades of Conifer #A1CB58

Tints of Conifer #A1CB58

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.91%

 BLUE value IS 88 (34.77% from 255) = 19.47%

R = 35.62%
G = 44.91%
B = 19.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#A1CB58 (or 0xA1CB58) is known color: Conifer. HEX triplet: A1, CB and 58. RGB value is (161,203,88). Sum of RGB (Red+Green+Blue) = 161+203+88=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB58 is #5E34A7. Grayscale: #B1B1B1. Windows color (decimal): -6173864 or 5819297. OLE color: 5819297.

HSL color Cylindrical-coordinate representation of color #A1CB58: hue angle of 81.91º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1CB58 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 203 88 -
CMYK 0.21 0 0.57 0.20
HSL 81.91º 0.53% 0.57% -
HSV(B) 81.91º 0.57% 0.8% -
XYZ 37.82 50.99 17.08 -
YUV 177.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 161 203 88 0.21 0 0.57 0.20 81.91 0.53 0.57
Hex A1 CB 58 15 0 39 14 52 35 39
Octal 241 313 130 25 0 71 24 122 65 71
Binary 10100001 11001011 1011000 10101 0 111001 10100 1010010 110101 111001

Color Harmonies of #A1CB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB58

Black with #A1CB58

Text Example


Text Example

White with #A1CB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB58; }

 p { color: rgb(161,203,88); }

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

background-color css

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

 a { background-color: rgb(161,203,88); }

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

border-color css

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

 span { border-color: rgb(161,203,88); }

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