Html Css Color HEX #A8F164 Conifer

📋 copy color: '#A8F164'

red 168 ◦ green 241 ◦ blue 100

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

Shades of Conifer #A8F164

Tints of Conifer #A8F164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 33.01%
G = 47.35%
B = 19.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#A8F164 (or 0xA8F164) is known color: Conifer. HEX triplet: A8, F1 and 64. RGB value is (168,241,100). Sum of RGB (Red+Green+Blue) = 168+241+100=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F164 is #570E9B. Grayscale: #CBCBCB. Windows color (decimal): -5705372 or 6615464. OLE color: 6615464.

HSL color Cylindrical-coordinate representation of color #A8F164: hue angle of 91.06º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8F164 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 100 -
CMYK 0.30 0 0.59 0.05
HSL 91.06º 0.83% 0.67% -
HSV(B) 91.06º 0.59% 0.95% -
XYZ 49.9 72.16 23.35 -
YUV 203.1 69.82 102.96 -
System Red Green Blue C M Y K H S L
Decimal 168 241 100 0.30 0 0.59 0.05 91.06 0.83 0.67
Hex A8 F1 64 1E 0 3B 5 5B 53 43
Octal 250 361 144 36 0 73 5 133 123 103
Binary 10101000 11110001 1100100 11110 0 111011 101 1011011 1010011 1000011

Color Harmonies of #A8F164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F164

Black with #A8F164

Text Example


Text Example

White with #A8F164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F164; }

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

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

background-color css

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

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

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

border-color css

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

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

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