Html Css Color HEX #A1F967 Conifer

📋 copy color: '#A1F967'

red 161 ◦ green 249 ◦ blue 103

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

Shades of Conifer #A1F967

Tints of Conifer #A1F967

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.54%

 BLUE value IS 103 (40.63% from 255) = 20.08%

R = 31.38%
G = 48.54%
B = 20.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#A1F967 (or 0xA1F967) is known color: Conifer. HEX triplet: A1, F9 and 67. RGB value is (161,249,103). Sum of RGB (Red+Green+Blue) = 161+249+103=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F967 is #5E0698. Grayscale: #CECECE. Windows color (decimal): -6162073 or 6814113. OLE color: 6814113.

HSL color Cylindrical-coordinate representation of color #A1F967: hue angle of 96.16º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1F967 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 103 -
CMYK 0.35 0 0.59 0.02
HSL 96.16º 0.92% 0.69% -
HSV(B) 96.16º 0.59% 0.98% -
XYZ 51.02 76.31 24.87 -
YUV 206.04 69.85 95.87 -
System Red Green Blue C M Y K H S L
Decimal 161 249 103 0.35 0 0.59 0.02 96.16 0.92 0.69
Hex A1 F9 67 23 0 3B 2 60 5C 45
Octal 241 371 147 43 0 73 2 140 134 105
Binary 10100001 11111001 1100111 100011 0 111011 10 1100000 1011100 1000101

Color Harmonies of #A1F967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F967

Black with #A1F967

Text Example


Text Example

White with #A1F967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F967; }

 p { color: rgb(161,249,103); }

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

background-color css

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

 a { background-color: rgb(161,249,103); }

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

border-color css

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

 span { border-color: rgb(161,249,103); }

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