Html Css Color HEX #AFE165 Conifer

📋 copy color: '#AFE165'

red 175 ◦ green 225 ◦ blue 101

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

Shades of Conifer #AFE165

Tints of Conifer #AFE165

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.91%

 BLUE value IS 101 (39.84% from 255) = 20.16%

R = 34.93%
G = 44.91%
B = 20.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#AFE165 (or 0xAFE165) is known color: Conifer. HEX triplet: AF, E1 and 65. RGB value is (175,225,101). Sum of RGB (Red+Green+Blue) = 175+225+101=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE165 is #501E9A. Grayscale: #C4C4C4. Windows color (decimal): -5250715 or 6676911. OLE color: 6676911.

HSL color Cylindrical-coordinate representation of color #AFE165: hue angle of 84.19º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE165 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 101 -
CMYK 0.22 0 0.55 0.12
HSL 84.19º 0.67% 0.64% -
HSV(B) 84.19º 0.55% 0.88% -
XYZ 46.95 63.9 22.17 -
YUV 195.91 74.44 113.08 -
System Red Green Blue C M Y K H S L
Decimal 175 225 101 0.22 0 0.55 0.12 84.19 0.67 0.64
Hex AF E1 65 16 0 37 C 54 43 40
Octal 257 341 145 26 0 67 14 124 103 100
Binary 10101111 11100001 1100101 10110 0 110111 1100 1010100 1000011 1000000

Color Harmonies of #AFE165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE165

Black with #AFE165

Text Example


Text Example

White with #AFE165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE165; }

 p { color: rgb(175,225,101); }

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

background-color css

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

 a { background-color: rgb(175,225,101); }

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

border-color css

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

 span { border-color: rgb(175,225,101); }

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