Html Css Color HEX #A8F069 Conifer

📋 copy color: '#A8F069'

red 168 ◦ green 240 ◦ blue 105

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

Shades of Conifer #A8F069

Tints of Conifer #A8F069

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.78%

 BLUE value IS 105 (41.41% from 255) = 20.47%

R = 32.75%
G = 46.78%
B = 20.47%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#A8F069 (or 0xA8F069) is known color: Conifer. HEX triplet: A8, F0 and 69. RGB value is (168,240,105). Sum of RGB (Red+Green+Blue) = 168+240+105=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F069 is #570F96. Grayscale: #CBCBCB. Windows color (decimal): -5705623 or 6942888. OLE color: 6942888.

HSL color Cylindrical-coordinate representation of color #A8F069: hue angle of 92º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8F069 is Cyan = 0.3, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 240 105 -
CMYK 0.3 0 0.56 0.06
HSL 92º 0.82% 0.68% -
HSV(B) 92º 0.56% 0.94% -
XYZ 49.86 71.66 24.57 -
YUV 203.08 72.65 102.98 -
System Red Green Blue C M Y K H S L
Decimal 168 240 105 0.3 0 0.56 0.06 92 0.82 0.68
Hex A8 F0 69 1E 0 38 6 5C 52 44
Octal 250 360 151 36 0 70 6 134 122 104
Binary 10101000 11110000 1101001 11110 0 111000 110 1011100 1010010 1000100

Color Harmonies of #A8F069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F069

Black with #A8F069

Text Example


Text Example

White with #A8F069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F069; }

 p { color: rgb(168,240,105); }

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

background-color css

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

 a { background-color: rgb(168,240,105); }

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

border-color css

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

 span { border-color: rgb(168,240,105); }

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