Html Css Color HEX #AFCE4F Conifer

📋 copy color: '#AFCE4F'

red 175 ◦ green 206 ◦ blue 79

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

Shades of Conifer #AFCE4F

Tints of Conifer #AFCE4F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 79 (31.25% from 255) = 17.17%

R = 38.04%
G = 44.78%
B = 17.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#AFCE4F (or 0xAFCE4F) is known color: Conifer. HEX triplet: AF, CE and 4F. RGB value is (175,206,79). Sum of RGB (Red+Green+Blue) = 175+206+79=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE4F is #5031B0. Grayscale: #B6B6B6. Windows color (decimal): -5255601 or 5230255. OLE color: 5230255.

HSL color Cylindrical-coordinate representation of color #AFCE4F: hue angle of 74.65º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFCE4F is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 79 -
CMYK 0.15 0 0.62 0.19
HSL 74.65º 0.56% 0.56% -
HSV(B) 74.65º 0.62% 0.81% -
XYZ 41.16 53.82 15.62 -
YUV 182.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 175 206 79 0.15 0 0.62 0.19 74.65 0.56 0.56
Hex AF CE 4F F 0 3E 13 4B 38 38
Octal 257 316 117 17 0 76 23 113 70 70
Binary 10101111 11001110 1001111 1111 0 111110 10011 1001011 111000 111000

Color Harmonies of #AFCE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE4F

Black with #AFCE4F

Text Example


Text Example

White with #AFCE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE4F; }

 p { color: rgb(175,206,79); }

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

background-color css

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

 a { background-color: rgb(175,206,79); }

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

border-color css

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

 span { border-color: rgb(175,206,79); }

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