Html Css Color HEX #AFEE5D Conifer

📋 copy color: '#AFEE5D'

red 175 ◦ green 238 ◦ blue 93

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

Shades of Conifer #AFEE5D

Tints of Conifer #AFEE5D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.04%

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

R = 34.58%
G = 47.04%
B = 18.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#AFEE5D (or 0xAFEE5D) is known color: Conifer. HEX triplet: AF, EE and 5D. RGB value is (175,238,93). Sum of RGB (Red+Green+Blue) = 175+238+93=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE5D is #5011A2. Grayscale: #CBCBCB. Windows color (decimal): -5247395 or 6155951. OLE color: 6155951.

HSL color Cylindrical-coordinate representation of color #AFEE5D: hue angle of 86.07º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFEE5D is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 238 93 -
CMYK 0.26 0 0.61 0.07
HSL 86.07º 0.81% 0.65% -
HSV(B) 86.07º 0.61% 0.93% -
XYZ 50.23 71.05 21.42 -
YUV 202.63 66.13 108.29 -
System Red Green Blue C M Y K H S L
Decimal 175 238 93 0.26 0 0.61 0.07 86.07 0.81 0.65
Hex AF EE 5D 1A 0 3D 7 56 51 41
Octal 257 356 135 32 0 75 7 126 121 101
Binary 10101111 11101110 1011101 11010 0 111101 111 1010110 1010001 1000001

Color Harmonies of #AFEE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE5D

Black with #AFEE5D

Text Example


Text Example

White with #AFEE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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