Html Css Color HEX #AFF867 Conifer

📋 copy color: '#AFF867'

red 175 ◦ green 248 ◦ blue 103

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

Shades of Conifer #AFF867

Tints of Conifer #AFF867

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.15%

 BLUE value IS 103 (40.63% from 255) = 19.58%

R = 33.27%
G = 47.15%
B = 19.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#AFF867 (or 0xAFF867) is known color: Conifer. HEX triplet: AF, F8 and 67. RGB value is (175,248,103). Sum of RGB (Red+Green+Blue) = 175+248+103=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF867 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF867 is #500798. Grayscale: #D2D2D2. Windows color (decimal): -5244825 or 6813871. OLE color: 6813871.

HSL color Cylindrical-coordinate representation of color #AFF867: hue angle of 90.21º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFF867 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 103 -
CMYK 0.29 0 0.58 0.03
HSL 90.21º 0.91% 0.69% -
HSV(B) 90.21º 0.58% 0.97% -
XYZ 53.69 77.23 24.91 -
YUV 209.64 67.82 103.29 -
System Red Green Blue C M Y K H S L
Decimal 175 248 103 0.29 0 0.58 0.03 90.21 0.91 0.69
Hex AF F8 67 1D 0 3A 3 5A 5B 45
Octal 257 370 147 35 0 72 3 132 133 105
Binary 10101111 11111000 1100111 11101 0 111010 11 1011010 1011011 1000101

Color Harmonies of #AFF867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF867

Black with #AFF867

Text Example


Text Example

White with #AFF867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF867; }

 p { color: rgb(175,248,103); }

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

background-color css

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

 a { background-color: rgb(175,248,103); }

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

border-color css

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

 span { border-color: rgb(175,248,103); }

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