Html Css Color HEX #A8F967 Conifer

📋 copy color: '#A8F967'

red 168 ◦ green 249 ◦ blue 103

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

Shades of Conifer #A8F967

Tints of Conifer #A8F967

RGB

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

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

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

R = 32.31%
G = 47.88%
B = 19.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#A8F967 (or 0xA8F967) is known color: Conifer. HEX triplet: A8, F9 and 67. RGB value is (168,249,103). Sum of RGB (Red+Green+Blue) = 168+249+103=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F967 is #570698. Grayscale: #D0D0D0. Windows color (decimal): -5703321 or 6814120. OLE color: 6814120.

HSL color Cylindrical-coordinate representation of color #A8F967: hue angle of 93.29º 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 #A8F967 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 249 103 -
CMYK 0.33 0 0.59 0.02
HSL 93.29º 0.92% 0.69% -
HSV(B) 93.29º 0.59% 0.98% -
XYZ 52.47 77.06 24.94 -
YUV 208.14 68.66 99.37 -
System Red Green Blue C M Y K H S L
Decimal 168 249 103 0.33 0 0.59 0.02 93.29 0.92 0.69
Hex A8 F9 67 21 0 3B 2 5D 5C 45
Octal 250 371 147 41 0 73 2 135 134 105
Binary 10101000 11111001 1100111 100001 0 111011 10 1011101 1011100 1000101

Color Harmonies of #A8F967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F967

Black with #A8F967

Text Example


Text Example

White with #A8F967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F967; }

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

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

background-color css

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

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

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

border-color css

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

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

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