Html Css Color HEX #AFE15D Conifer

📋 copy color: '#AFE15D'

red 175 ◦ green 225 ◦ blue 93

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

Shades of Conifer #AFE15D

Tints of Conifer #AFE15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.86%

R = 35.5%
G = 45.64%
B = 18.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#AFE15D (or 0xAFE15D) is known color: Conifer. HEX triplet: AF, E1 and 5D. RGB value is (175,225,93). Sum of RGB (Red+Green+Blue) = 175+225+93=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE15D is #501EA2. Grayscale: #C3C3C3. Windows color (decimal): -5250723 or 6152623. OLE color: 6152623.

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

Color convert

RGB 175 225 93 -
CMYK 0.22 0 0.59 0.12
HSL 82.73º 0.69% 0.62% -
HSV(B) 82.73º 0.59% 0.88% -
XYZ 46.58 63.75 20.21 -
YUV 195 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 175 225 93 0.22 0 0.59 0.12 82.73 0.69 0.62
Hex AF E1 5D 16 0 3B C 53 45 3E
Octal 257 341 135 26 0 73 14 123 105 76
Binary 10101111 11100001 1011101 10110 0 111011 1100 1010011 1000101 111110

Color Harmonies of #AFE15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE15D

Black with #AFE15D

Text Example


Text Example

White with #AFE15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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