Html Css Color HEX #A8F161 Conifer

📋 copy color: '#A8F161'

red 168 ◦ green 241 ◦ blue 97

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

Shades of Conifer #A8F161

Tints of Conifer #A8F161

RGB

 RED value IS 168 (66.02% from 255) = 33.2%

 GREEN value IS 241 (94.53% from 255) = 47.63%

 BLUE value IS 97 (38.28% from 255) = 19.17%

R = 33.2%
G = 47.63%
B = 19.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#A8F161 (or 0xA8F161) is known color: Conifer. HEX triplet: A8, F1 and 61. RGB value is (168,241,97). Sum of RGB (Red+Green+Blue) = 168+241+97=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F161 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F161 is #570E9E. Grayscale: #CBCBCB. Windows color (decimal): -5705375 or 6418856. OLE color: 6418856.

HSL color Cylindrical-coordinate representation of color #A8F161: hue angle of 90.42º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F161 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 97 -
CMYK 0.30 0 0.60 0.05
HSL 90.42º 0.84% 0.66% -
HSV(B) 90.42º 0.6% 0.95% -
XYZ 49.76 72.1 22.6 -
YUV 202.76 68.32 103.21 -
System Red Green Blue C M Y K H S L
Decimal 168 241 97 0.30 0 0.60 0.05 90.42 0.84 0.66
Hex A8 F1 61 1E 0 3C 5 5A 54 42
Octal 250 361 141 36 0 74 5 132 124 102
Binary 10101000 11110001 1100001 11110 0 111100 101 1011010 1010100 1000010

Color Harmonies of #A8F161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F161

Black with #A8F161

Text Example


Text Example

White with #A8F161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F161; }

 p { color: rgb(168,241,97); }

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

background-color css

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

 a { background-color: rgb(168,241,97); }

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

border-color css

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

 span { border-color: rgb(168,241,97); }

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