Html Css Color HEX #AFF168 Conifer

📋 copy color: '#AFF168'

red 175 ◦ green 241 ◦ blue 104

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

Shades of Conifer #AFF168

Tints of Conifer #AFF168

RGB

 RED value IS 175 (68.75% from 255) = 33.65%

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

 BLUE value IS 104 (41.02% from 255) = 20%

R = 33.65%
G = 46.35%
B = 20%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#AFF168 (or 0xAFF168) is known color: Conifer. HEX triplet: AF, F1 and 68. RGB value is (175,241,104). Sum of RGB (Red+Green+Blue) = 175+241+104=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF168 is #500E97. Grayscale: #CECECE. Windows color (decimal): -5246616 or 6877615. OLE color: 6877615.

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

Color convert

RGB 175 241 104 -
CMYK 0.27 0 0.57 0.05
HSL 88.91º 0.83% 0.68% -
HSV(B) 88.91º 0.57% 0.95% -
XYZ 51.63 73.02 24.47 -
YUV 205.65 70.63 106.14 -
System Red Green Blue C M Y K H S L
Decimal 175 241 104 0.27 0 0.57 0.05 88.91 0.83 0.68
Hex AF F1 68 1B 0 39 5 59 53 44
Octal 257 361 150 33 0 71 5 131 123 104
Binary 10101111 11110001 1101000 11011 0 111001 101 1011001 1010011 1000100

Color Harmonies of #AFF168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF168

Black with #AFF168

Text Example


Text Example

White with #AFF168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF168; }

 p { color: rgb(175,241,104); }

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

background-color css

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

 a { background-color: rgb(175,241,104); }

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

border-color css

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

 span { border-color: rgb(175,241,104); }

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