Html Css Color HEX #AFEE6B Conifer

📋 copy color: '#AFEE6B'

red 175 ◦ green 238 ◦ blue 107

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

Shades of Conifer #AFEE6B

Tints of Conifer #AFEE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.58%

R = 33.65%
G = 45.77%
B = 20.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#AFEE6B (or 0xAFEE6B) is known color: Conifer. HEX triplet: AF, EE and 6B. RGB value is (175,238,107). Sum of RGB (Red+Green+Blue) = 175+238+107=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE6B is #501194. Grayscale: #CCCCCC. Windows color (decimal): -5247381 or 7073455. OLE color: 7073455.

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

Color convert

RGB 175 238 107 -
CMYK 0.26 0 0.55 0.07
HSL 88.85º 0.79% 0.68% -
HSV(B) 88.85º 0.55% 0.93% -
XYZ 50.91 71.32 24.99 -
YUV 204.23 73.13 107.15 -
System Red Green Blue C M Y K H S L
Decimal 175 238 107 0.26 0 0.55 0.07 88.85 0.79 0.68
Hex AF EE 6B 1A 0 37 7 59 4F 44
Octal 257 356 153 32 0 67 7 131 117 104
Binary 10101111 11101110 1101011 11010 0 110111 111 1011001 1001111 1000100

Color Harmonies of #AFEE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE6B

Black with #AFEE6B

Text Example


Text Example

White with #AFEE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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